Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a range of cells where I am using conditional formatting. I would
like to "turn off" or "deactivate" conditional formatting while the cell(s) are empty. I only want conditional formatting to apply where the cells are NOT null. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select the cells while they don't have anything in them and use regular cell
formatting to 'instruct' Excel how to display them when the conditions controlling conditional formatting are not met? "Vahe" wrote: I have a range of cells where I am using conditional formatting. I would like to "turn off" or "deactivate" conditional formatting while the cell(s) are empty. I only want conditional formatting to apply where the cells are NOT null. Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can achieve this by setting your conditional format to trigger on
"Formula is" rather than "Cell Value is". Write an AND statement like this: =AND(C8<"",C8="abc") This triggers the conditional format in cell C8 when that cell is not blank and when it contains the entry abc. If the cell is blank the AND formula is false and does not trigger the conditional formatting. Dave O |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Add that stipulation to your CF formula.
For example: =AND(A1<"",A1<B1) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Vahe" wrote in message ... I have a range of cells where I am using conditional formatting. I would like to "turn off" or "deactivate" conditional formatting while the cell(s) are empty. I only want conditional formatting to apply where the cells are NOT null. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting similar to shading alternating rows | Excel Worksheet Functions | |||
Conditional Formatting if cell content is a formula | Excel Worksheet Functions | |||
Merged Cell Conditional Formatting Borders | Excel Discussion (Misc queries) | |||
BULK Conditional Formatting - by column without going into each cell? | Excel Discussion (Misc queries) | |||
Why won't my conditional formatting display in the cell | Excel Discussion (Misc queries) |