Excel, how to copy conditional formats in sequential order 1,2,3

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

here is the formula I am using =NOT($Z$5=")

how do I copy or drag the formula down and have it change to

=NOT($Z$6=") then copy or drag it to change in the rows following each other
to
=NOT($Z$7=")
=NOT($Z$8=") and so on
 
Take a look at "The difference between relative and absolute references"
in XL Help.

One way:

=NOT($Z6="")
 
Remove the $$ from the cell reference:

=NOT(Z6="")

HTH
Kostis Vezerides
 
The $ sign stops it changing so remove the dollar sign from in front of the
number and drag away.

Mike
 
Thanks,
That worked

JE McGimpsey said:
Take a look at "The difference between relative and absolute references"
in XL Help.

One way:

=NOT($Z6="")
 
Thanks Mike that worked

Mike H said:
The $ sign stops it changing so remove the dollar sign from in front of the
number and drag away.

Mike
 

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