1. Select a cell in the region and press Ctrl+Shift+* (in Excel 2003, press this or Ctrl+A) to select the Current Region.
2. From the Format menu, select Conditional Formatting.
3. For Condition 1, select Formula Is, and insert the following formula in the Formula box:
=MOD(ROW(),2)0
4. Click Format, and select the Patterns tab.
5. Choose any color, and then click OK twice.
Screenshot // Coloring Even Numbered Rows in a List
Coloring Even Numbered Rows in a List tip
jaaltonen wrote on December 31, 1969 19:00 EST
I've seen slightly differend versions of this tip on various forums, but never managed to make it work.
Fix missing parts of hint
Alsatian wrote on December 31, 1969 19:00 EST
Original tip missing some key pieces. Here's the fix.
Conditionally format one cell, e.g. cell "D11". The forumula in the formula box should be: =MOD(ROW(D11),2)<>0
Notice the insertian of D11 into the formula since you're formatting the D11 cell. Make sure to take out any $s and quotation marks which Excel likes to default to.
From there, use Paste Special...Formts to paste the conditional formatting to all cells. WARNING: this will overwrite any already existing formats e.g.number type
Select Area, Change Formula, Works Great!
Reed Marvin wrote on December 31, 1969 19:00 EST
In Excel 2002, I selected and area, followed the instructions with the exception of changing the formula to just:
Terms
and Conditions of use
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.