+ Reply to Thread
Results 1 to 4 of 4

VLOOKUP question

  1. #1
    Registered User
    Join Date
    01-21-2006
    Posts
    9

    VLOOKUP question

    I am doing some work with the VLOOKUP function. If there is no match, I currently receive #N/A. Is there any way that this can just return a blank cell?

    Thanks for the help,
    Josh

  2. #2
    Biff
    Guest

    Re: VLOOKUP question

    Hi!

    Try one of these:

    =IF(ISNA(MATCH(A1,C1:C10,0)),"",VLOOKUP(A1,C1:D10,2,0))

    =IF(COUNTIF(C1:C10,A1),VLOOKUP(A1,C1:D10,2,0),"")

    Biff

    "jspizman" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I am doing some work with the VLOOKUP function. If there is no match, I
    > currently receive #N/A. Is there any way that this can just return a
    > blank cell?
    >
    > Thanks for the help,
    > Josh
    >
    >
    > --
    > jspizman
    > ------------------------------------------------------------------------
    > jspizman's Profile:
    > http://www.excelforum.com/member.php...o&userid=30694
    > View this thread: http://www.excelforum.com/showthread...hreadid=503584
    >




  3. #3
    Arvi Laanemets
    Guest

    Re: VLOOKUP question

    Hi

    =IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...))
    =IF(ISERROR(VLOOKUP(...)),"",VLOOKUP(...))


    Arvi Laanemets


    "jspizman" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I am doing some work with the VLOOKUP function. If there is no match, I
    > currently receive #N/A. Is there any way that this can just return a
    > blank cell?
    >
    > Thanks for the help,
    > Josh
    >
    >
    > --
    > jspizman
    > ------------------------------------------------------------------------
    > jspizman's Profile:

    http://www.excelforum.com/member.php...o&userid=30694
    > View this thread: http://www.excelforum.com/showthread...hreadid=503584
    >




  4. #4
    Registered User
    Join Date
    01-21-2006
    Posts
    9

    thank you

    The formulas worked out very well. Thank you for the help.

+ 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