Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 00:00:00 (time format [hh]:mm:ss) in cell A1
I have nothing in cell A2 (Its completely BLANK) I want to set a conditional formatting to display red color if the value is 00:00:00 and blue color if the cell is blank. The conditional formatting does not work as it treats 00:00:00 and BLANK both as ZERO Can anybody help? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Put the first condition as if Cell is equal to 0 and the second as Formula is =ISBLANK(A1) -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=551952 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try...
First condition: (RED) Formula is: =AND(A1<"",A1=0) Second condition: (BLUE) Formula is: =A1="" HTH " wrote: I have 00:00:00 (time format [hh]:mm:ss) in cell A1 I have nothing in cell A2 (Its completely BLANK) I want to set a conditional formatting to display red color if the value is 00:00:00 and blue color if the cell is blank. The conditional formatting does not work as it treats 00:00:00 and BLANK both as ZERO Can anybody help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting when inserting a row | Excel Worksheet Functions | |||
Conditional Formatting Error | Excel Worksheet Functions | |||
difficulty with conditional formatting | Excel Discussion (Misc queries) | |||
conditional formatting question | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) |