#REF!

  • Thread starter Thread starter Helen
  • Start date Start date
H

Helen

Hello,

I have some functions in my spreadsheet that returns "#REF!". That is OK,
however I'm wondering if there is a way to format the spreadsheet to not
display the "#REF!" but instead just a blank cell?

Thanks,

Helen
 
=IF(ISERROR(formula),"",formula)

substitute your existing formula in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
thanks. works great!

:-)

Helen


Bob Phillips said:
=IF(ISERROR(formula),"",formula)

substitute your existing formula in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
I have some functions in my spreadsheet that returns "#REF!". That is OK,

I don't think it is OK Helen.
#REF! means the formula isn't working and unlike most of the other errors, won't go away if appropriate data is found.

It is caused either by the range or range name deletion, or the cut/insert of row/columns.
Hiding the formula is like sticking ones head in the sand. It needs replacing with one that is looking at the correct range.

Display the formula bar if not visible, select the Ref formula cell and if there is no #REF! in the formula, check it out with
Evaluate Formula from the Tools > Formula Auditing menu.
Otherwise you will need to rewrite the formula, usually by simply replacing #REF! with the correct range.


Regards
Robert McCurdy

Hello,

I have some functions in my spreadsheet that returns "#REF!". That is OK,
however I'm wondering if there is a way to format the spreadsheet to not
display the "#REF!" but instead just a blank cell?

Thanks,

Helen
 

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

Back
Top