Setting to stop error messages from showing?

  • Thread starter Thread starter JENNYC
  • Start date Start date
J

JENNYC

Hi there! Is there a way to stop the error messages from showing?

For example: I have a table that is pulling info from another shee
(using formulas in ea cell)...in the cells that DO NOT pull info ove
they come up as "#N/A"...is there any way for me to tell excel to jus
NOT give me an error message...leaving it blank instead
 
Hi JENNYC,
=IF(ISERROR(your formula here),"",your formula here)
is one way.
Ken Johnson
 
I spoke too soon! Here's the formula i'm trying...and it tells me the
formula contains an error...is it maybe becasue you can't do that when
using VLOOKUP? Or did i miss something?....

=if(iserror(=VLOOKUP($A$1,'[03 Mar06 Finance
DOC.xls]IS2'!$A4:$N4,2,FALSE)),"",=VLOOKUP($A$1,'[03 Mar06 Finance
DOC.xls]IS2'!$A4:$N4,2,FALSE))
 
=if(iserror(VLOOKUP($A$1,'[03 Mar06 Finance
DOC.xls]IS2'!$A4:$N4,2,FALSE)),"",VLOOKUP($A$1,'[03 Mar06 Finance
DOC.xls]IS2'!$A4:$N4,2,FALSE))
 
Hi JENNYC,
I should have mentioned to drop the equals sign, as Sloth has
indicated. Thanks Sloth.
Ken Johnson
 

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