+ Reply to Thread
Results 1 to 5 of 5

Help hide my #N/A error!

  1. #1
    Registered User
    Join Date
    04-19-2012
    Location
    Scotland
    MS-Off Ver
    Excel 2010
    Posts
    1

    Help hide my #N/A error!

    I am sorry to ask a really stupid question but I just cannot get my head around how to hide an #N/A error when a cell in the argument has not yet been filled.

    My simple formula is:

    =VLOOKUP(A30, E5:F18, 2, FALSE)

    I have been reading lots about 'IFs' and 'ISERRs' but can't get either of them to work. Clearly I am doing something wrong but my formula is definitely correct, it is just waiting for someone to type a code into 'A30' but while 'A30' is blank, I would like this cell to be blank too rather than showing an error.

    Any advice would be greatly appreciated.

  2. #2
    Forum Expert
    Join Date
    09-27-2011
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    1,312

    Re: Help hide my #N/A error!

    try this

    =IFERROR(VLOOKUP(A30, E5:F18, 2, FALSE),"")
    Regards

    tom1977

    If You are satisfied with my solution click the small star icon on the left to say thanks.

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Help hide my #N/A error!

    Use

    =IFERROR(VLOOKUP(A30, E5:F18, 2, FALSE),"")

  4. #4
    Forum Contributor
    Join Date
    04-02-2012
    Location
    Bergen, Norway
    MS-Off Ver
    MS 365 Subscription
    Posts
    323

    Re: Help hide my #N/A error!

    Hi,

    Is it possible for you to attache a samplefile?
    That would make it easyer for help.

    but you can try this formula:

    =IFERROR(VLOOKUP(A30, E5:F18, 2, FALSE);"")

  5. #5
    Valued Forum Contributor
    Join Date
    03-16-2012
    Location
    Aarhus, Denmark
    MS-Off Ver
    Excel 2007
    Posts
    992

    Re: Help hide my #N/A error!

    If it's because you're having troubles translating the formulas, there is a good translator here:

    http://wwwhome.ewi.utwente.nl/~tries...cel/excel.html

    IFERROR() is not on the list, but I think it is HVIS.FEIL()
    Sincerely
    S?ren Larsen

    "Give a man a fish, and you'll feed him for a day. Give a man a fishing rod, and he'll steal your yacht!"

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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