+ Reply to Thread
Results 1 to 3 of 3

Thread: Sum of a column based of 2 critiera and summing a different column

  1. #1
    Registered User
    Join Date
    07-20-2011
    Location
    Missouri, USA
    MS-Off Ver
    Excel 2007
    Posts
    23

    Sum of a column based of 2 critiera and summing a different column

    I am trying to get column 4 to sum up based on a value in column 1 and based a value in Column 3. I have a index - match formula there right now, but it does sum all items that match the required critiera.
    Attached Files Attached Files
    Last edited by popfan; 01-18-2012 at 11:48 AM.

  2. #2
    Forum Moderator Richard Buttrey's Avatar
    Join Date
    02-15-2008
    Location
    Grappenhall, UK
    MS-Off Ver
    Excel for Windows & Mac - all versions.
    Posts
    6,566

    Re: Sum of a column based of 2 critiera and summing a different column

    Hi,

    An INDEX() function can only return one value. You should be using SUMIFS()
    i.e.
    =SUMIFS(D:D,A:A,"Cold East",C:C,"Regular")

    Note that you could also filter the data for Cold East and Regular and use =SUBTOTAL(9,D2:D28)

    Regards
    Richard Buttrey

    If this was useful then please rate it appropriately.

    Click the small star icon at the bottom left of my post.

  3. #3
    Registered User
    Join Date
    07-20-2011
    Location
    Missouri, USA
    MS-Off Ver
    Excel 2007
    Posts
    23

    Re: Sum of a column based of 2 critiera and summing a different column

    Thanks, looked all over for that answer

+ 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