View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme Bernard Liengme is offline
external usenet poster
 
Posts: 4,393
Default How do I set a cell as empty unless zero is entered?

=IF(ISBLANK(A1),"", A1)

--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"S. Heff" wrote in message
...
I'm trying to use formulas to keep cells empty unless a zero is actually
entered. I don't want Excel to automaticall assume empty cells are zeros.
Is
there a way to do this? Any and all help is greatly appreciated. Thank you
in
advance.

Sláinte!
Heff