+ Reply to Thread
Results 1 to 4 of 4

Thread: Sum multi criteria

  1. #1
    Registered User
    Join Date
    01-05-2009
    Location
    Southern Pines, NC
    MS-Off Ver
    Excel 2007
    Posts
    81

    Cool Sum multi criteria

    I have the attached. In column A is a list of states and column B provides a date. The date represents the date we received data from the branch located in the State in Column A.

    Column F has a heading of State and Column G is Number by state. I want to sum the number of dates in column B by state that correspond with the state in column F. Can someone please help me?
    Attached Files Attached Files

  2. #2
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,423

    Re: Sum multi criteria

    Your profile states 2003 but the file is 2007 format... if you're using 2007

    G2: =COUNTIFS($A$2:$A$7,$F2,$B$2:$B$7,">0")
    copied down

    For earlier versions

    G2: =SUMPRODUCT(--($A$2:$A$7=$F2),--ISNUMBER($B$2:$B$7))
    copied down

  3. #3
    Forum Guru Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007
    Posts
    3,520

    Re: Sum multi criteria

    In G2 and copied down:

    =SUMPRODUCT(--($B$2:$B$7>0),--($A$2:$A$7=F2))
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  4. #4
    Registered User
    Join Date
    01-05-2009
    Location
    Southern Pines, NC
    MS-Off Ver
    Excel 2007
    Posts
    81

    Re: Sum multi criteria

    Thank you

    I now have 07. I will have to change my profile.

+ 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.2.0