+ Reply to Thread
Results 1 to 3 of 3

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
    36

    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 12:48 PM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    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

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

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

    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.6.0 RC 1