+ Reply to Thread
Results 1 to 5 of 5

Summing categories for each month

  1. #1
    Registered User
    Join Date
    06-19-2008
    Posts
    63

    Summing categories for each month

    Please see the attached file I am working with.

    I need to find out how much we paid in each category in each month. I would like to put formulas in the table starting near cell D3.

    What formula can I use to sum the total for each category in column C (Tires, Parts, N2, etc.) under each month in column A?

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Summing categories for each month

    To avoid need for expensive SUMPRODUCT (and assuming Pivot Tables not viable) then I would advise:

    Please Login or Register  to view this content.

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,607

    Re: Summing categories for each month

    Try this in E3:

    =SUMPRODUCT(--($A$13:$A$1000=$D3);--($C$13:$C$1000=E$2);$B$13:$B$1000)

    and extend over whole table.

    (replace ; with , if needed)

    but better take DQ advice.

  4. #4
    Registered User
    Join Date
    09-05-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    55

    Re: Summing categories for each month

    if you can try thru Pivot, more simpler way

    see attached
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-19-2008
    Posts
    63

    Re: Summing categories for each month

    Thanks so much Donkey!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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