+ Reply to Thread
Results 1 to 5 of 5

INDEX/MATCH multiple lookup values

  1. #1
    Registered User
    Join Date
    01-16-2015
    Location
    Dallas, TX
    MS-Off Ver
    2013
    Posts
    2

    INDEX/MATCH multiple lookup values

    I have a spreadsheet that contains duplicate lookup values that are not allowing me to pull the correct data. I've attached an example.



    Is there a way--without using a pivot table--to pull the correct information from the second lookup value?
    Attached Files Attached Files
    Last edited by mythbit; 04-06-2015 at 05:54 PM.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: INDEX/MATCH multiple lookup values

    Maybe this

    in H3

    =IFERROR(INDEX(D:D,AGGREGATE(15,6,ROW(B3:E4)/(($B$3:$B$4=G3)*($E$3:$E$4=TRUE)),ROWS(I$3:I3))),"")

    Row\Col
    B
    C
    D
    E
    F
    G
    H
    2
    Lookup Number
    Bid Amount
    lookup return
    test
    Criteria Return
    3
    14-0555
    $171,057.00
    $171,057.00
    TRUE
    14-0555
    171,057.00
    4
    14-0555
    $49,800.00
    $171,057.00
    FALSE
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    01-16-2015
    Location
    Dallas, TX
    MS-Off Ver
    2013
    Posts
    2

    Re: INDEX/MATCH multiple lookup values

    Thanks AlKey

    Is there a way to bring up the 'Bid Amount' value from cell C4 if false? I'm trying to do a lookup that brings me the correct 'Bid Amount', so for example for cell B3 it is $171,057 and for cell B4 it would be $49,800. The index/match formula keeps bringing up the value from B3 into D4.

    I'm a little new to this so my apologies if my explanation is not clear.
    Last edited by mythbit; 04-07-2015 at 08:37 AM.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: INDEX/MATCH multiple lookup values

    Yes, use the same formula and replace TRUE with FALSE.

    =IFERROR(INDEX(C:C,AGGREGATE(15,6,ROW($B$3:$E$4)/(($B$3:$B$4=G3)*($E$3:$E$4=FALSE)),ROWS(I$3:I3))),"")
    Last edited by AlKey; 04-07-2015 at 08:54 AM. Reason: Updated formula

  5. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: INDEX/MATCH multiple lookup values

    See updated INDEX range.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. index match for 3 lookup values
    By krazyhype19 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-12-2014, 06:58 AM
  2. [SOLVED] Lookup match index multiple values return other columns
    By martypocock in forum Excel Formulas & Functions
    Replies: 25
    Last Post: 11-07-2012, 10:57 PM
  3. Multiple row lookup for INDEX / MATCH?
    By kakarotmf in forum Excel General
    Replies: 5
    Last Post: 07-18-2011, 10:02 PM
  4. Lookup 2 possible values within INDEX/MATCH function.
    By Pete123abc in forum Excel General
    Replies: 2
    Last Post: 06-07-2011, 10:51 AM
  5. Multiple Lookup/Index/Match Help!!
    By JMDU in forum Excel General
    Replies: 1
    Last Post: 03-24-2011, 02:57 AM

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