+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Trouble with matching multiple criteria then summing one column

  1. #1
    Registered User
    Join Date
    06-08-2010
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2007
    Posts
    6

    Trouble with matching multiple criteria then summing one column

    Hello!

    I am working on a project analyzing personal financial data. However, I need to look at it on a yearly basis, meaning I must sum totals per individual-per year. Here is a sample of my spreadsheet:

    Year Last First Birth Date $ Amt Paid

    2006 MICH MARY 01/03/1955 $115.00
    2006 MICH MARY 01/03/1955 $162.00
    2007 MICH MARY 01/03/1955 $1,051.64
    2007 MICH MARY 01/03/1955 $6,861.28
    2008 MICH MARY 01/03/1955 $682.40
    2008 MICH MARY 01/03/1955 $-
    2008 MICH MARY 01/03/1955 $13,244.07
    2008 MICH MARY 01/03/1955 $10,362.41
    2009 MICH MARY 01/03/1955 $(61.00)
    2009 MICH MARY 01/03/1955 $6,254.99
    2009 MICH MARY 01/03/1955 $4,096.08
    2009 MARY MARY 01/03/1955 $2,238.54
    2007 PAIG MAKE 01/05/1976 $-
    2007 PAIG MAKE 01/05/1976 $555.54
    2008 PAIG MAKE 01/05/1976 $246.00

    This is basically a short snippet of my spreadsheet (names/d.o.b.'s have been changed). Basically, I need to match the year, last, and birth date, and sum their respective $ Amt Paid's, and come up with a single total per year/per person. Is there any way to do this without using a pivot table? I would like to just apply the formula to all of my spreadsheets as I have multiple sheets with over 10,000 rows of information.

    If you have a solution, it will save me hours upon hours of work. Any tips are appreciated!
    Last edited by mcb87; 06-08-2010 at 12:59 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Trouble with matching multiple criteria then summing one column

    In each of the sheets in the same cells off to the right somewhere you would need to enter the unique criteria...

    then you can use SUMIFS() to sum the respective totals.

    e.g. =SUMIFS(D:D,A:A,X1,B:B,Y1,C:C,Z1)

    where A:D contains your table and X1, Y1, Z1, the variables to match up in columns A, B and C, respectively to Sum up column D.

    Then in summary sheet, you need something like

    =SUM('Sheet1:Sheet10'!AA1) copied down...

    where AA1 on each of the sheets Between Sheet1 and Sheet10 contains the sum of a specific combination of criteria.
    Last edited by NBVC; 06-08-2010 at 01:02 PM. Reason: typo
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    06-08-2010
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2007
    Posts
    6

    Smile Re: Trouble with matching multiple criteria then summing one column

    Thanks for the help! I think I should be able to take it from here.

    Awesome!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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