+ Reply to Thread
Results 1 to 2 of 2

Multiple Lookup Items

  1. #1
    Registered User
    Join Date
    06-09-2012
    Location
    Nashville
    MS-Off Ver
    Excel 2010
    Posts
    10

    Multiple Lookup Items

    Cell A1-items I want to lookup

    Part Number
    ColumnA - from different sheet
    abc1
    abc2
    abc3

    Lookup Table - different sheet

    ColumnA ColumnB
    abc1 machine1
    abc1 machine2
    abc2 machine1
    abc2 machine2
    abc2 machine3
    abc3 machine1
    abc3 machine2

    I want to vlookup abc1 with the lookup table and get both the machine1 and machine2 for the output.

    Possible?

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Multiple Lookup Items

    Hi Choke,

    Welcome to the forum.

    You can use the below formula to obtain multiple look-ups :-

    {=INDEX($I$1:$J$8,SMALL(IF($I$2:$I$8=$A$1,ROW($I$2:$I$8),""),ROW($A1)),2)}
    Multiple lookup (vlookup).xlsx

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

+ 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