balnk is no text or formula exist in reffering cell

  • Thread starter Thread starter Addil Ahmed
  • Start date Start date
A

Addil Ahmed

how to show a blank in cell ,instead of "0" value if referring to another sheet or cell /which is empty .
 
Hi,

Am Fri, 19 Dec 2014 01:35:46 -0800 (PST) schrieb Addil Ahmed:
how to show a blank in cell ,instead of "0" value if referring to another sheet or cell /which is empty .

please post your formula


Regards
Claus B.
 
Addil Ahmed schreef in
how to show a blank in cell ,instead of "0" value if referring to
another sheet or cell /which is empty .

=IF(A1="","",A1)
or use the setting to hide zeros.
 
Back
Top