+ Reply to Thread
Results 1 to 2 of 2

Sum amount if = 2 value's

  1. #1
    Registered User
    Join Date
    03-02-2004
    Posts
    10

    Sum amount if = 2 value's

    I have a spreadsheet of payment types for which I want to sum the total amount per type per month

    A B C
    Type Amount Month


    I'm able to get the total amount per type by using =SUMIF(A:A,"TYPE",B:B), but can't work out how to get a total for each type each month

    Somthing along these lines: =SUMIF((A:A,"TYPE",B:B)&C:C,"MONTH")) ????

    Any idea's?

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    =sumproduct((a1:a1000="type")*(c1:c1000="month")*(b1:b1000))

    where type is the type you want, and month is the month you want

    see also

    http://www.xldynamic.com/source/xld.SUMPRODUCT.html
    not a professional, just trying to assist.....

+ 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