+ Reply to Thread
Results 1 to 2 of 2

Index and match - multiple possible match criteria

  1. #1
    Forum Contributor
    Join Date
    01-14-2010
    Location
    England
    MS-Off Ver
    2013
    Posts
    110

    Index and match - multiple possible match criteria

    Hi,

    I have an index and match formula written below which pulls the part description from column B on sheet1 by matching the location column in column A on sheet2 and column F on sheet1. This works fine but sometimes the same part may have multiple locations so I'd like it to look in column F, G and H to pull the description. Hope this makes sense, I have put the current formula below which only looks in column F and I have also attached a test spreadsheet

    Please Login or Register  to view this content.
    Regards
    Attached Files Attached Files

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: Index and match - multiple possible match criteria

    Put on B2 sheet2 :

    =IFERROR(INDEX(sheet1!$B$2:$B$6,INT(SMALL(IF(sheet1!$F$2:$H$6=$A2,(ROW(sheet1!$F$2:$H$6)-ROW(sheet1!$F$2)+1)*10^5+COLUMN(sheet1!$F$2:$H$6)-COLUMN(sheet1!$F$2)+1),COUNTIF($A$2:A2,A2))/10^5)),"")

    and push F2 buton to open the formula, and oush all together CTRL+SHIFT+ENTER buttton, last step if succed curly brackets will showed up,
    after that coped down as necessary
    Attached Files Attached Files

+ 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. Need help in Index, Match usage to match multiple criteria in sum function
    By Summer0830 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-26-2017, 02:47 AM
  2. Index/Match to Match entries on multiple criteria
    By manning457 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-06-2015, 02:32 PM
  3. [SOLVED] INDEX/MATCH with Multiple MATCH criteria ?
    By KomicJ in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-17-2015, 09:04 AM
  4. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  5. [SOLVED] Index Match using multiple criteria to match to
    By sacastiglia in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-25-2014, 03:46 PM
  6. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  7. Issue using Index/Match to pull multiple occurrences of "Match" criteria
    By aridfriedman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-09-2014, 11:38 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