View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 594
Default Formula <0 leave cell blank

=IF(A1+A20,A1+A2,"")

Vaya con Dios,
Chuck, CABGx3


"Whit" wrote in message
...
I want A3 to =A1+A2, but how can I make A3 remain blank if it doesn't meet

a
certain condition such as 0.

Whit