copy conditional formatting

  • Thread starter Thread starter Pammy
  • Start date Start date
P

Pammy

I have a spreadsheet and in col z if I add a date, I want the entire line to
change font color to blue, if nothing in cell remain black, the conditional
formatting is:
if formula = z##### font color to blue.
My question when I right mouse click on the handle in cell a##### and drag
down and choose formatt only - the font changes to blue for all the rows,
even when cell z#### is blank and should be black until something is typed in
that cell.

Can you copy the conditional formatting or do you have to set it up in each
cell?
 
Make sure that your formula use absolute column and relative row for the cell reference, like

=$Z2 <> ....

and not

=$Z$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

Back
Top