"background" formatting possible?

W

wb198

Hi, is it possible to format a background which will stay put while you
manipulate your data cells / insert rows on top? That would be SO useful.
E.g. I have a big table of data, and just for visual purposes, I want every
3rd line to be coloured, to make the table easier to read (esp when printed).
However, if I update the table and add a row in at the beginning / middle,
then it messes up the formatting pattern thereafter.
Any way of having your formatting independent of data on top?

Thanks
 
C

CLR

Try this as your conditional format formula

=AND(COUNTA(D$4)>0,MOD(COLUMN(),2)<1)

Vaya con Dios,
Chuck, CABGx3
 
A

alwaweru

Hi, is it possible to format a background which will stay put while you
manipulate your data cells / insert rows on top?  That would be SO useful.
E.g.  I have a big table of data, and just for visual purposes, I want every
3rd line to be coloured, to make the table easier to read (esp when printed).
 However, if I update the table and add a row in at the beginning / middle,
then it messes up the formatting pattern thereafter.
Any way of having your formatting independent of data on top?

Thanks

Try this as your conditional format formula
=mod(row(),3)=1 then select format - patterns and choose your color
 
W

wb198

the thing is, I already have other conditional formatting on some cells, and
when I add the formula format, the other conditional formatting seems to get
erased.

is there any other way of doing this?
thanks
 
C

CLR

How often do you add rows and would have to adjust the colorbars?....if not
really so often that you could not manually reset them, then you could use
something like ASAP Utilities, a free add-in available at
www.asap-utilities.com

Vaya con Dios,
Chuck, CABGx3
 

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