+ Reply to Thread
Results 1 to 2 of 2

VLOOKUP - 3 Table Array

  1. #1
    Registered User
    Join Date
    07-12-2006
    Posts
    54

    Exclamation VLOOKUP - 3 Table Array

    Column B = Names
    Column c = Product Codes
    Column D = Product Names

    Cell H1 = "Product Code"

    Cell I1 = Output Exact Name : =IF($H1=0, "", (IF(ISNA(VLOOKUP($H1, $B$3:$D$274, 1, FALSE)), "Not Found", VLOOKUP($H1, $B$3:$D$274, 1, FALSE))))

    Cell J1 = Output Exact Product Name : =IF($H1=0, "", (IF(ISNA(VLOOKUP($H1, $B$3:$D$274, 3, FALSE)), "Not Found", VLOOKUP($H1, $B$3:$D$274, 3, FALSE))))

    Formula works fine when I have a two column table array but it fails when using a three (3) column table arrary. Output is always "Not Found".

    Working two table array formula:
    =IF(J9=0, "", (IF(ISNA(VLOOKUP($H1, $C$3:$D$274, 2, FALSE)), "Not Found", VLOOKUP($H1, $C$3:$D$274, 2, FALSE))))

    How do I resolve the three table array problem?

  2. #2
    Bob Phillips
    Guest

    Re: VLOOKUP - 3 Table Array

    =IF($H1=0, "",IF(ISNA(VLOOKUP($H1, $C$3:$D$274, 2, FALSE)), "Not
    Found",VLOOKUP($H1,$C$3:$D$274, 2, FALSE))


    --

    HTH

    Bob Phillips

    (replace xxxx in the email address with gmail if mailing direct)

    "tangomj" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Column B = Names
    > Column c = Product Codes
    > Column D = Product Names
    >
    > Cell H1 = "Product Code"
    >
    > Cell I1 = Output Exact Name : =IF($H1=0, "", (IF(ISNA(VLOOKUP($H1,
    > $B$3:$D$274, 1, FALSE)), "Not Found", VLOOKUP($H1, $B$3:$D$274, 1,
    > FALSE))))
    >
    > Cell J1 = Output Exact Product Name : =IF($H1=0, "",
    > (IF(ISNA(VLOOKUP($H1, $B$3:$D$274, 3, FALSE)), "Not Found",
    > VLOOKUP($H1, $B$3:$D$274, 3, FALSE))))
    >
    > Formula works fine when I have a two column table array but it fails
    > when using a three (3) column table arrary. Output is always "Not
    > Found".
    >
    > Working two table array formula:
    > =IF(J9=0, "", (IF(ISNA(VLOOKUP($H1, $C$3:$D$274, 2, FALSE)), "Not
    > Found", VLOOKUP($H1, $C$3:$D$274, 2, FALSE))))
    >
    > How do I resolve the three table array problem?
    >
    >
    > --
    > tangomj
    > ------------------------------------------------------------------------
    > tangomj's Profile:

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




+ 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