+ Reply to Thread
Results 1 to 2 of 2

Formula for summing on multiple row criteria and a dynamic column criteria

  1. #1
    Registered User
    Join Date
    03-24-2016
    Location
    Colorado
    MS-Off Ver
    2010
    Posts
    1

    Formula for summing on multiple row criteria and a dynamic column criteria

    Hey everyone,
    So I am running into a problem with calculating a sum based on 2 row criteria as well as a column criteria which will change dynamically based on say an assumptions tab. The numbers are on a monthly basis, which means I want the range that it is summing from to change based on whatever month is entered to the assumptions page.
    I have attached a quick mock up of what the data and how it would look.

    Any clues as to what formula would be able to do this?

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula for summing on multiple row criteria and a dynamic column criteria

    Try this

    =SUMIFS(INDEX($C$2:$N$29,0,MATCH(S1,$C$1:$N$1)),$A$2:$A$29,S2,$B$2:$B$29,S3)

    S1 is the month you want to sum
    Make sure it's entered as a real date, like 6/1/2016. ANY date within the month you want to sum.

    S2 = Criteria for column A
    S3 = Criteria for column B

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Summing Across Multiple Column Criteria
    By kyjae in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-31-2014, 10:21 AM
  2. Summing Values in column based upon multiple criteria
    By shantanuk in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-21-2012, 09:29 AM
  3. [SOLVED] Summing Multiple Criteria with moving date column
    By dmang1 in forum Excel General
    Replies: 12
    Last Post: 06-21-2012, 12:49 AM
  4. Replies: 3
    Last Post: 09-27-2011, 01:37 PM
  5. Formula Problem Summing With Multiple Criteria
    By bmelton in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-11-2011, 12:06 PM
  6. Replies: 2
    Last Post: 06-08-2010, 12:58 PM
  7. summing table values with multiple criteria from a dynamic table
    By griffith in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-06-2005, 05:51 PM

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