+ Reply to Thread
Results 1 to 5 of 5

Index and Match with Multiple Results

  1. #1
    Registered User
    Join Date
    06-15-2022
    Location
    Ireland
    MS-Off Ver
    Home & Business 2019
    Posts
    14

    Index and Match with Multiple Results

    Hi,

    I'm self taught in excel so excuse my ignorance on some things. I've been working hard trying to get an index and match to work with 3 search criteria and i've finally been succesful using the below formula.

    =INDEX(Inputs!R1:R1000,MATCH(D2&I2&"Gas to be Tested:",INDEX(Inputs!F1:F1000&Inputs!D1:D1000&Inputs!P1:P1000,),0))

    The next step is, I have multiple correct results in my dataset for this search criteria. I want to use this formula to give the next correct search result on the row below. Anybody any advice they can give me?

    Thanks for the help!

    Dan

    PS - This formula just wouldn't work in my initial work

    {=INDEX(range1,MATCH(1,(A1=range2)*(B1=range3)*(C1=range4),0))}

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,070

    Re: Index and Match with Multiple Results

    You cannot do that with match, try aggregate instead
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    06-15-2022
    Location
    Ireland
    MS-Off Ver
    Home & Business 2019
    Posts
    14

    Re: Index and Match with Multiple Results

    That's Great!

    Thanks so much I just could not figure out how to write that at all, works a treat!

    Just had to fix a couple parts

    =INDEX(Inputs!$R$1:$R$1000,AGGREGATE(15,6,(ROW(Inputs!$R$1:$R$1000)-ROW(Inputs!$R$1)+1)/($D$2=Inputs!$F$1:$F$1000)/($I$2=Inputs!$D$1:$D$1000)/("Equipment Description"=Inputs!$P$1:$P$1000),ROWS(A$2:A2)))

  4. #4
    Registered User
    Join Date
    06-15-2022
    Location
    Ireland
    MS-Off Ver
    Home & Business 2019
    Posts
    14

    Re: Index and Match with Multiple Results

    Thanks so much!

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,070

    Re: Index and Match with Multiple Results

    Glad 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. [SOLVED] Index Match with multiple results
    By Wizards in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-13-2020, 01:38 AM
  2. Need Help with Index, Match, Match with multiple results and copying data x times
    By jrboyd in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 05-27-2019, 06:57 AM
  3. Multiple results from Index-Match
    By chrismike in forum Excel General
    Replies: 14
    Last Post: 07-13-2018, 08:17 AM
  4. VBA index Match, multiple RESULTS, Not a UDF
    By atdemeo in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-07-2017, 12:57 PM
  5. [SOLVED] Index Match Multiple results
    By kashifshahzad in forum Excel General
    Replies: 7
    Last Post: 03-21-2017, 11:14 AM
  6. Need help with Index + Match Multiple Results
    By xenohadden in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-11-2012, 05:00 PM
  7. Index and Match and multiple results
    By mike2bf in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-06-2008, 04:10 PM

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