View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
CareyJ CareyJ is offline
external usenet poster
 
Posts: 1
Default How to replace '0 with a 0?

I pull information in from an Essbase database. It puts missing information
in the cell as a text '0. I want to be able to replace '0 with a 0. Or how
would I set up my formula's to recognize the apostrophe?

=IF(C275=0,0,(+B275-C275)/C275)

So it doesn't come out like this? #DIV/0!

Thanks