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

CareyJ - you can easily change the #MISSING to 0 that is not text by going
into the Essbase |Options |Display and using =0 to replace #MISSING.

Good luck!

"CareyJ" wrote:

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