+ Reply to Thread
Results 1 to 9 of 9

Index Match with Multiple IF/THEN criteria

  1. #1
    Registered User
    Join Date
    08-26-2013
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    70

    Index Match with Multiple IF/THEN criteria

    Okay, I'm hung up....under the NAME (Column F15) I want it to match A15 with A2:A9, and match E15 with B1:V1 and return the persons name that completed the task as shown in columns B, E, H, etc. Would be good to tie in which are COMPLETE and PENDING as shown in Columns C, F, I, etc. I have an example attached for reference.

    Any help is GREATLY appreciated!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    06-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    142

    Re: Index Match with Multiple IF/THEN criteria

    Try
    Please Login or Register  to view this content.
    in cell F15 and copy down as needed.

  3. #3
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Index Match with Multiple IF/THEN criteria

    Try

    =INDEX($B$2:$T$9,MATCH($A16,$A$2:$A$9,0),MATCH($E16,$B$1:$T$1,0))

    Note that rows 18 and 19 will return errors because the numbers in E18 and E18 are formatted as text, you need to remove the leading apostrophes.

    To get the status in the next column, use

    =INDEX($C$2:$U$9,MATCH($A16,$A$2:$A$9,0),MATCH($E16,$B$1:$T$1,0))

    And the dates in the last column

    =INDEX($D$2:$V$9,MATCH($A16,$A$2:$A$9,0),MATCH($E16,$B$1:$T$1,0))

  4. #4
    Registered User
    Join Date
    08-26-2013
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    70

    Re: Index Match with Multiple IF/THEN criteria

    Hi jjhayes, it worked on a few cells, but was still returning an error where there was data (i.e. if you copy it down, cells F18 and F19 say #N/A)??

  5. #5
    Registered User
    Join Date
    08-26-2013
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    70

    Re: Index Match with Multiple IF/THEN criteria

    LOL Jason...I was typing that question when you must've posted. Thank you!

  6. #6
    Forum Contributor
    Join Date
    06-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    142

    Re: Index Match with Multiple IF/THEN criteria

    Thats because the 2 in cell E18 and E19 is formatted as text...change it to a number and it will work.

  7. #7
    Registered User
    Join Date
    08-26-2013
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    70

    Re: Index Match with Multiple IF/THEN criteria

    Okay...so the way my report will work is those cells in A15:E30 will just be pasted into the sheet...how do I keep them from formatting incorrectly? Whether I try to change to number format, or simply paste values from the other sheet it won't work....unless I retype the plant number shown in Column E15:E30...then poof it works perfectly

  8. #8
    Forum Contributor
    Join Date
    06-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    142

    Re: Index Match with Multiple IF/THEN criteria

    Okay, slight tweak...
    Please Login or Register  to view this content.
    Notice that we are taking the result in column E and multiplying by 1, this will tell the match to convert any text to number...does that make sense?

  9. #9
    Registered User
    Join Date
    08-26-2013
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    70

    Re: Index Match with Multiple IF/THEN criteria

    you guys are awesome! I freaking love this website! Thank you SO much for your quick help!!!!

+ 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 with multiple criteria
    By msnyder1112 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-21-2016, 02:24 PM
  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. [SOLVED] Index Match with Multiple Criteria Using Same Criteria Column
    By rominjn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-05-2015, 11:34 AM
  5. [SOLVED] Index & Match with Multiple criteria
    By dfaidley in forum Excel General
    Replies: 6
    Last Post: 11-10-2014, 12:53 PM
  6. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  7. [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

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