Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I entered a conditional format for a row which shaded all cells equal to
zero. However, this also shades cells which are empty. How do you omit empty cells from this conditional format? Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use:
Conditional Formatting Formula Is: =AND(ISNUMBER(A1),A1=0) Biff "Onfoot418" wrote in message ... I entered a conditional format for a row which shaded all cells equal to zero. However, this also shades cells which are empty. How do you omit empty cells from this conditional format? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting a range with conditional formatting | Excel Worksheet Functions | |||
conditional formatting glitches | Excel Discussion (Misc queries) | |||
Keeping conditional formatting when sorting | Excel Discussion (Misc queries) | |||
conditional formatting | Excel Discussion (Misc queries) | |||
cannot use ISEVEN or ISODD functions in Conditional Formatting | Excel Worksheet Functions |