+ Reply to Thread
Results 1 to 4 of 4

Index Match and SUMIF

  1. #1
    Registered User
    Join Date
    07-24-2005
    Posts
    35

    Index Match and SUMIF

    Hi peeps,

    I need a index match AND sumif tutorial..

    Literally idiot proof so when I receive list of data I know when to use the INDEX MATCH or SUMIF functions.

    Please help me learn these two functions.

    thanks

  2. #2
    Registered User
    Join Date
    09-04-2008
    Location
    Oneida, NY
    Posts
    13
    Sumif – I use this one a lot. Basically in a sheet you might have a list of clients all listed in a column and every so often you have a total for a group of them, lets say that it is a group that is one of the customer service reps handles. In column B it says total then in column C it is the invoice amount. With the SumIf you can set up a formula that says:

    =sumif(B:B,”Total”,C:C)

    This formula looks for the word “Total” in Column B and then sums all the numbers from Column C that correspond.

    I really have not used Match at all. If I understand it correctly it is set up as:

    =Match(“Value to lookup or find”, Range of cells to look in for value, Match_Type)

    The match type will either find an exact match when you put in a “0”, or the next smallest if “1” is entered into the formula, if a “-1” is entered then the column being sorted on needs to be in descending order, not ascending. The positive “1” finds the same number or the next smallest, while the negative “1” finds the next largest number or value.

    All the Match really does is give you a reference to where the information is, kind of like a Find, but the result can be used in a formula.

    Index does something totally different. If you need this one explained as well or any of these further let me know.

    Jake

  3. #3
    Registered User
    Join Date
    07-24-2005
    Posts
    35
    hey thanks for your reply...

    any chance of getting a working example of both SUMIF and INDEX MATCH, not just INDEX or MATCH...

    thank you thank you

  4. #4
    Registered User
    Join Date
    09-04-2008
    Location
    Oneida, NY
    Posts
    13
    See attached. I am not sure about the Index Match, I have never heard of that one being combined. I have a few examples of the sumif and one example of Index and Match. I know you can combine an index search and a match search.
    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. find, meet condition, sum range, deduce, find next
    By pinstripe in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-27-2007, 09:30 AM
  2. sumif with nested vlookup
    By b.johnson in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-02-2007, 12:06 PM
  3. Sumif looking up lots of columns
    By raehippychick in forum Excel General
    Replies: 2
    Last Post: 08-02-2007, 07:49 AM
  4. Sumproduct formula - how to put the criteria together
    By Darlo in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-27-2007, 08:17 AM
  5. SumIf?
    By Longover in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-18-2007, 10:48 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