View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Mel[_4_] Mel[_4_] is offline
external usenet poster
 
Posts: 50
Default A very simple conditional formatting question

Thanks, Biff.

'Just wanted to be sure I missed anything. <g

-Melina


On Feb 16, 3:51*pm, "T. Valko" wrote:
zero and null evaluated as the same?


Yes

=AND(G4<"",G4=0)
is this the recommended hoop to jump through to make it work


Yes

--
Biff
Microsoft Excel MVP

"Mel" wrote in message

...

Excel 2003


I want cell G4 conditionally formatted if a zero (0) is entered, but
no action if left blank. To simply program "G4=0" formats the cell
when empty because zero and null evaluated as the same? But when I use
this formula it works...


=AND(G4<"",G4=0)


So, is this the recommended hoop to jump through to make it work or is
there a better way?


Thanks,
Melina