Problem:
Column A:B contain two lists of numbers.
How could we create a formula that will indicate rows in which both of the numbers are even?
Solution:
Select columns A:B-->Format-->Conditional Formatting-->Enter the following formula in the formula box:
=MOD($A1,2)+MOD($B1,2)=0
Select a desired format and click OK.
Thus, the selected format will apply to rows in column A:B in which both numbers are even. "
List1___List2
2_______4
1_______6
10______7
12______8
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.