colour rows alternating colour

G

Grd

Hi there,

I'd like to create a conditional formatting formula to colour my rows yellow
and white.
Is this possible?

Any help greatly appreciated

Thanks
Suzanne
 
J

JW

Highlight the range where you want this to happen and select Format--
Conditional Formatting. Select Formula Is from the drop down and
place one of the the formulas below in the field. Make your necessary
formatting changes.
This will format all of the even rows:
=MOD(ROW(),2)=0
This will format all of the odd rows:
=MOD(ROW(),2)
 
G

Gary''s Student

Pick a cell and conditional format:

Formula Is:

=MOD(ROW(),2)=1 and pick yellow

Then copy the cell and paste/special/formats over the cells of interest.
 
G

Grd

works great

Tx


Gary''s Student said:
Pick a cell and conditional format:

Formula Is:

=MOD(ROW(),2)=1 and pick yellow

Then copy the cell and paste/special/formats over the cells of interest.
 
G

Grd

works thanks


JW said:
Highlight the range where you want this to happen and select Format--
place one of the the formulas below in the field. Make your necessary
formatting changes.
This will format all of the even rows:
=MOD(ROW(),2)=0
This will format all of the odd rows:
=MOD(ROW(),2)
 

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