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.