+ Reply to Thread
Results 1 to 3 of 3

Vlookup #N/A value

  1. #1
    Registered User
    Join Date
    06-20-2012
    Location
    Raleigh, NC
    MS-Off Ver
    Excel 2003
    Posts
    1

    Vlookup #N/A value

    Hi All!

    I need this formula:
    =VLOOKUP($A3,Data!$A$2:$C$111,2,FALSE) to return either 0 or blank instead of #N/A if there's no value to be found. I've played around with if(iserror,etc... but I'm struggling a bit. Any help would be greatly appreciated!

    Thanks!

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Vlookup #N/A value

    Try

    =IF(ISNA(VLOOKUP($A3,Data!$A$2:$C$111,2,FALSE)),"",VLOOKUP($A3,Data!$A$2:$C$111,2,FALSE))

  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Vlookup #N/A value

    Here are two approaches:
    Please Login or Register  to view this content.
    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

+ 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