ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Excel, how to copy conditional formats in sequential order 1,2,3 (https://www.excelbanter.com/excel-worksheet-functions/148834-excel-how-copy-conditional-formats-sequential-order-1-2-3-a.html)

ShoDan

Excel, how to copy conditional formats in sequential order 1,2,3
 
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

JE McGimpsey

Excel, how to copy conditional formats in sequential order 1,2,3
 
Take a look at "The difference between relative and absolute references"
in XL Help.

One way:

=NOT($Z6="")

In article ,
ShoDan wrote:

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


vezerid

Excel, how to copy conditional formats in sequential order 1,2,3
 
Remove the $$ from the cell reference:

=NOT(Z6="")

HTH
Kostis Vezerides

On Jul 3, 2:30 pm, ShoDan wrote:
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




Mike H

Excel, how to copy conditional formats in sequential order 1,2,3
 
The $ sign stops it changing so remove the dollar sign from in front of the
number and drag away.

Mike

"ShoDan" wrote:

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


ShoDan

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


"vezerid" wrote:

Remove the $$ from the cell reference:

=NOT(Z6="")

HTH
Kostis Vezerides

On Jul 3, 2:30 pm, ShoDan wrote:
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





ShoDan

Excel, how to copy conditional formats in sequential order 1,2
 
Thanks,
That worked

"JE McGimpsey" wrote:

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

One way:

=NOT($Z6="")

In article ,
ShoDan wrote:

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



ShoDan

Excel, how to copy conditional formats in sequential order 1,2
 
Thanks Mike that worked

"Mike H" wrote:

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

Mike

"ShoDan" wrote:

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



All times are GMT +1. The time now is 09:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com