View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default need a simple code

Hi
=IF(C1=0,"",C1)

--
Regards
Frank Kabel
Frankfurt, Germany


Peter McCaul wrote:
I'm writing this function in cell e5:

if c1=0, leave blank otherwise display c1.
How would I write this with the proper syntax?

Any help is appreciated.