turn #value into blank cell

  • Thread starter Thread starter amik
  • Start date Start date
IFERROR is in Excel 2007 only

try this =if(iserror((A5/B5)-1),"",(A5/B5)-1)
 
IFERROR is in Excel 2007 only

try this =if(iserror((A5/B5)-1),"",(A5/B5)-1)
 
Just make note that ISERROR will hide all errors including #N/A which may be
returned from a VLOOKUP


Gord Dibben MS Excel MVP
 
Just make note that ISERROR will hide all errors including #N/A which may be
returned from a VLOOKUP


Gord Dibben MS Excel MVP
 

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