how to highlight odd numbered cells

T

tessp727

Version: 2004

How do I highlight only the odd numbered cells in an 800+ row document?
 
C

Carl Witthoft

Version: 2004

How do I highlight only the odd numbered cells in an 800+ row document?

you mean you want the odd-numbered rows highlighted?

Use Conditional Formatting, and select Formula,

and type in something like =IF(mod(row,2)=1,TRUE, FALSE)=TRUE
and then select the hilight color you want for the 'true' condition.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top