How to get a cell with a zero errorto show the cell as blank

R

Roger Govier

Hi

Do you mean something like
=IF(ISERROR(your_formula),"",your_formula)

Substitute the formula you have that is giving the divide by zero error
for "your_formula"
 
J

jsunshine

Thank you! It worked perfectly.

Roger Govier said:
Hi

Do you mean something like
=IF(ISERROR(your_formula),"",your_formula)

Substitute the formula you have that is giving the divide by zero error
for "your_formula"
 
Top