page colour

N

Natalie

How do I set all the pages to be blue?

I need them to stay blue if rows are added etc.

Is there a way to make the conditional formatting equal to blank cells?
 
L

LanceB

Format!Conditional format|formula is: =isblank(a1)

However any entry into the cell will remove the condition

Format!Conditional format|formula is: =true

Will establish a condition that is always true and the formatting will be
applied

or you could just set the the pattern to blue in format cells

Lance
 
Top