Formatting in Excel

  • Thread starter Thread starter Century12
  • Start date Start date
C

Century12

I have set up an excel file in which I have colored every other line grey. I
would like to keep this formatting so that when I go to insert cells that it
automatically colors them the correct color and changes the others so that
it's clear, grey, clear, grey, etc.

Any hints????

Thanks!
 
Use Format|Conditional Formatting rather than 'hard" colours.
Select the range of row to format and use
Formula Is =MOD(ROW(),2)=1 and select some pattern colour
best wishes
 
This does not give me the ability to alternate colors. What am I doing wrong?


Bernard said:
Use Format|Conditional Formatting rather than 'hard" colours.
Select the range of row to format and use
Formula Is =MOD(ROW(),2)=1 and select some pattern colour
best wishes
I have set up an excel file in which I have colored every other line grey.
I
[quoted text clipped - 6 lines]
 
See www.cpearson.com/excel/banding.htm for examples.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


Century12 said:
This does not give me the ability to alternate colors. What am
I doing wrong?


Bernard said:
Use Format|Conditional Formatting rather than 'hard" colours.
Select the range of row to format and use
Formula Is =MOD(ROW(),2)=1 and select some pattern colour
best wishes
I have set up an excel file in which I have colored every
other line grey.
I
[quoted text clipped - 6 lines]
 

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