+ Reply to Thread
Results 1 to 11 of 11

Index match help

Hybrid View

  1. #1
    Registered User
    Join Date
    04-08-2016
    Location
    NY
    MS-Off Ver
    2010
    Posts
    22

    Index match help

    Hi everyone,

    Please kindly help on my INDEX MATCH question as per attached file.

    It is to find out a certain value based on 2 or more conditions in the last column.

    Thank you so much again for your input!

  2. #2
    Registered User
    Join Date
    04-08-2016
    Location
    NY
    MS-Off Ver
    2010
    Posts
    22

    Re: Index match help

    please help
    Attached Files Attached Files

  3. #3
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: Index match help

    Hi -

    I don't see an attached file. Sometimes the file attachment icon doesn't work. So you have to use the "Go Advanced" button on the lower right corner of the post window. When the Advanced window shows up, scroll down to "Manage Attachments", select that and upload your attachment from there.
    ____________________________________________
    If this has solved your problem, please edit the thread title to add the word [SOLVED] at the beginning. You can do this by
    -Go to the top of the first post
    -Select Thread Tools
    -Select Mark thread as Solved

    If I have been particularly helpful, please "bump" my reputation by pressing the small star in the lower left corner of my post.

  4. #4
    Registered User
    Join Date
    04-08-2016
    Location
    NY
    MS-Off Ver
    2010
    Posts
    22

    Re: Index match help

    thank you so much for your reply! please see the attached!

  5. #5
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: Index match help

    Hi -

    Use SUMIFS instead. Looks like this:

    =SUMIFS($C$2:$C$5,$A$2:$A$5,A16,$B$2:$B$5,B16)

  6. #6
    Registered User
    Join Date
    04-08-2016
    Location
    NY
    MS-Off Ver
    2010
    Posts
    22

    Re: Index match help

    thank you so much! I see it works nicely, however, what is the reason behind of not using INDEX MATCH in this case in general?

  7. #7
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: Index match help

    One other thing - If you end up with more that one entry of APPLE and RED, SUMIFS will add up each time it's a match, whereas an INDEX/MATCH formula will only bring back the first instance you have two matches.

    It's kind of like using a hammer to break a board in two when you really should use a saw. It can be done with a hammer, but it's going to be messy and a lot of effort.

  8. #8
    Registered User
    Join Date
    04-08-2016
    Location
    NY
    MS-Off Ver
    2010
    Posts
    22

    Re: Index match help

    when I saw SUM and IF I was confused mainly because I wasnt looking for the SUM of a range of values, but only was looking for a specific value to be returned based on 2 or more conditions. Thank you so much for your help and detailed explanation in this case and it truly helps sooooo much!!!

  9. #9
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: Index match help

    Hi -

    You could probably force INDEX/MATCH to work, probably as an array formula, but it is not the best for searching multiple criteria, especially when there are multiple matches within each list. For example, MATCH will return the first row that it hits APPLE, unless you construct it inside an array formula to count the number of instances that APPLE are included in the list and then search the second criteria which could be "Red", keeping track of which row the desired apple is in that matches with Red. To complicate it further, there are two instances of Red in the second list. It just requires a lot of programming and very complex formulas when you have ready made functions (SUMIFS, COUNTIFS, SUMPRODUCT, etc.) that are designed for exactly this type of problem.

    Does that help? Let me know if you have more questions.

  10. #10
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: Index match help

    You're very welcome! If you are satisfied with this answer, please don't forget to mark this thread as SOLVED per the instructions at the bottom of this post.

  11. #11
    Registered User
    Join Date
    04-08-2016
    Location
    NY
    MS-Off Ver
    2010
    Posts
    22

    Re: Index match help

    Thank you again and I just did it!

+ 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] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  2. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  3. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  4. [SOLVED] Index Match from a cell populated from index match
    By MarcLewis in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-15-2013, 05:30 AM
  5. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  6. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  7. Replies: 5
    Last Post: 02-29-2012, 08:51 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