Excel - hide erroer values

  • Thread starter Thread starter Kathrine J Wathne
  • Start date Start date
K

Kathrine J Wathne

Hi!
I have an Excel sheet were I have a few formulas. When the sheet is empty of
numbers the formula return the value #DIV/O!

I would like to know how I can hide this text - it does not look neat. I
want the formula to be there; but to show as empty. I have tried to use
conditional formatting which does hide the formula - but it then also hides
the result when I actually put numbers into the sheet.

Kathrine, Norway
 
Kathrine,

Did you use a formula in CF, such as

=ISERROR(A1)

You could also change your formula to

=IF(ISERROR(the_formula),"", the_formula)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top