Guidelines?

  • Thread starter Thread starter Ian James
  • Start date Start date
I

Ian James

I would like to set odd and even rows in Excel with clear and darker
background colors in order to better read long rows of numbers. I know I
can do this manually by setting background of rows individually.

My first question is whether there is a way to set this automatically for an
entire worksheet?

My second question is how those alternate shadows are called. Do we usually
talk about guidelines, grid lines or something else?
 
Click on the square at the top left where row and column labels intersect:
this selects all the sheet
Use Format|Conditional Formatting
In left box, select Formula is, and enter this =MOD(ROW(),2)=1, now click
Format button and select a fill colour for odd rows
Click ADD and repeat but use =MOD(ROW(),2)=0 for the second formula and
chose a colour for even rows
best wishes
 

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