Formatting Worksheet Rows

  • Thread starter Thread starter smoe
  • Start date Start date
S

smoe

Is it possible to format every other row to be shaded -
then when adding a row in the middle of the document it
would reset the all rows following to reset to every other
row being white and every other row shaded
 
Is it possible to format every other row to be shaded -
then when adding a row in the middle of the document it
would reset the all rows following to reset to every other
row being white and every other row shaded

If I understand the requirement correctly, one way would be to use
Format >> Conditional formatting
with the formula condition
=MOD(ROW(),2)=0

Excel's built-in "help" describes the basics of conditional formatting.
 

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

Back
Top