+ Reply to Thread
Results 1 to 4 of 4

Index match with multiple values

  1. #1
    Registered User
    Join Date
    03-04-2020
    Location
    Ottawa, Canada
    MS-Off Ver
    2010
    Posts
    7

    Index match with multiple values

    Please see attached.

    I need help with my index match formula to lookup one value in a column that has multiple values per cell. I need to lookup the values in sheet2 column C in sheet1 column C (the column with many values per cell, usually separated by a semicolon or comma) and if there is a match return sheet1 column A&B to sheet2 column A&B. A regular index match doesn't seem to work with multiple values in one cell.

    Any help would be appreciated as I wasn't able to find a solution myself.

    Thanks
    Attached Files Attached Files
    Last edited by Jer91; 06-09-2020 at 03:03 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,945

    Re: Index match with multiple values

    This will find some...but not all exist in sheet 1...
    =INDEX(Sheet1!B$2:B$24,IFERROR(MATCH("*"&$C3&"*",Sheet1!$C$2:$C$24,0),MATCH($C3,Sheet1!$C$2:$C$24,0)))

    To get rid of the error messages...
    =IFERROR(INDEX(Sheet1!B$2:B$24,IFERROR(MATCH("*"&$C3&"*",Sheet1!$C$2:$C$24,0),MATCH($C3,Sheet1!$C$2:$C$24,0))),"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    03-04-2020
    Location
    Ottawa, Canada
    MS-Off Ver
    2010
    Posts
    7

    Re: Index match with multiple values

    Thank you so much FDibbins!

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,945

    Re: Index match with multiple values

    Happy to help, thanks for the feedback

+ 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. Using a Index + Match array with a cell that has multiple values to match against.
    By psunursingguy21 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-01-2019, 12:22 AM
  2. [SOLVED] INDEX/MATCH multiple match values
    By esbencito in forum Excel General
    Replies: 2
    Last Post: 03-12-2018, 06:03 AM
  3. Return Multiple Match Values in Excel Using INDEX-MATCH
    By chris1089 in forum Excel General
    Replies: 10
    Last Post: 06-15-2017, 09:25 AM
  4. [SOLVED] Multiple Match Values in Excel Using INDEX-MATCH
    By andrugrasu in forum Excel General
    Replies: 8
    Last Post: 03-20-2015, 09:57 PM
  5. Using Index/Match to return multiple values for one match
    By superboy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-10-2014, 06:21 PM
  6. [SOLVED] Two criteria Index Match on multiple sheets returning multiple values
    By Joak in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-21-2014, 10:03 AM
  7. Replies: 2
    Last Post: 07-17-2012, 11:53 AM

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