+ Reply to Thread
Results 1 to 5 of 5

Excel SUM Date Range Multiple Criteria

  1. #1
    Registered User
    Join Date
    10-11-2012
    Location
    canada
    MS-Off Ver
    Excel 2003
    Posts
    4

    Red face Excel SUM Date Range Multiple Criteria

    Hello all,

    I have a little problem and perhaps someone could please help me? Assuming I have the values in Columns A as Start Date, B for End Date, then C for Quantity. Columns A & B is a Range per Row that gave me a Quantity in Column C.

    Then, How would I get the value of Each Day Quantity?

    Please see screenshot; please help with your formula to get the value of Column F-Daily Qty by Date Range.

    Thank you so much in advance.
    Excel1.JPG

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,962

    Re: Excel SUM Date Range Multiple Criteria

    Would 3/17 be 1, or would it be 7, or 7/4? Really, you should fill in the ??? with the values that you expect.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    10-11-2012
    Location
    canada
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Excel SUM Date Range Multiple Criteria

    Hi, thank for reply. ??? are the values generate from the formula. However, I don't know what should it be to get the value from the Sum of Column C. Example, manually, we can calculate Cell F15 as "7+10" or 17 by adding C4+C7; the criteria was E15 is 3/19,2015.

    Do you know how to get for fill the answers automatically instead?

    Thanks.

  4. #4
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,962

    Re: Excel SUM Date Range Multiple Criteria

    For Excel 2010, in F2, enter:

    =SUMIFS(C:C,A:A,"<=" & E2,B:B,">=" & E2)

    and copy down.

    For Excel 2003, in F2, Enter:

    =SUMPRODUCT($C$2:$C$100*($A$2:$A$100<=E2)*($B$2:$B$100>=E2))

    Change the 100 to your last row of data.

  5. #5
    Registered User
    Join Date
    10-11-2012
    Location
    canada
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Excel SUM Date Range Multiple Criteria

    PERFECT! Thanks!

+ 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. multiple criteria within a date range
    By sangomas in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-08-2014, 05:44 AM
  2. Excel Lookup with multiple criteria and date range match
    By denniswtlx in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-06-2013, 02:25 PM
  3. Replies: 11
    Last Post: 02-07-2013, 02:22 AM
  4. Count - multiple criteria, multiple sheets, and date range.
    By threecliffs in forum Excel General
    Replies: 6
    Last Post: 06-14-2011, 01:36 PM
  5. Replies: 4
    Last Post: 05-16-2008, 02:27 AM

Tags for this Thread

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