+ Reply to Thread
Results 1 to 6 of 6

Setting to stop error messages from showing?

  1. #1
    Registered User
    Join Date
    02-07-2005
    Location
    Minneapolis
    Posts
    36

    Setting to stop error messages from showing?

    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 sheet (using formulas in ea cell)...in the cells that DO NOT pull info over they come up as "#N/A"...is there any way for me to tell excel to just NOT give me an error message...leaving it blank instead?

  2. #2
    Ken Johnson
    Guest

    Re: Setting to stop error messages from showing?

    Hi JENNYC,
    =IF(ISERROR(your formula here),"",your formula here)
    is one way.
    Ken Johnson


  3. #3
    Registered User
    Join Date
    02-07-2005
    Location
    Minneapolis
    Posts
    36
    Perfect! thanks Ken!!

  4. #4
    Registered User
    Join Date
    02-07-2005
    Location
    Minneapolis
    Posts
    36

    Question

    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))

  5. #5
    Sloth
    Guest

    Re: Setting to stop error messages from showing?

    =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))

    "JENNYC" wrote:

    >
    > 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))
    >
    >
    > --
    > JENNYC
    > ------------------------------------------------------------------------
    > JENNYC's Profile: http://www.excelforum.com/member.php...o&userid=19579
    > View this thread: http://www.excelforum.com/showthread...hreadid=516347
    >
    >


  6. #6
    Ken Johnson
    Guest

    Re: Setting to stop error messages from showing?

    Hi JENNYC,
    I should have mentioned to drop the equals sign, as Sloth has
    indicated. Thanks Sloth.
    Ken Johnson


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1