+ Reply to Thread
Results 1 to 4 of 4

Summing between two dates

  1. #1
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    381

    Summing between two dates

    I'm looking for a formula that sums up values between two dates,

    for example -

    Column A has dates from 01/10-31/10
    Column B has the values.

    How would I do it? SUMPRODUCT?

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Summing between two dates

    You could try:

    =SUMPRODUCT((A1:A100>=DATEVALUE("01/10/2013"))*(A1:A100<=DATEVALUE("07/10/2013"))*(B1:B100))

    That would give you the values from column B where the dates in column A are between 01/10 and 07/10.

    You could also use SUMIFS (since you have Excel 2010):

    =SUMIFS(B:B,A:A,">="&DATEVALUE("1/10/2013"),A:A,"<="&DATEVALUE("7/10/2013"))

    - Moo

    * Modified formulas so that they actually work =)
    Last edited by Moo the Dog; 10-29-2013 at 11:43 AM.

  3. #3
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    381

    Re: Summing between two dates

    Nice one Moo. That's worked a treat, thanks

  4. #4
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Summing between two dates

    JakeMann,

    Glad to be of assistance! =)

    If you have the time, feel free to click on the "* Add Reputation" link at the lower-left corner of one of my posts. It's always appreciated!

    - Moo

+ 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] Need Help on summing between dates
    By qazgosu in forum Excel General
    Replies: 13
    Last Post: 05-07-2012, 09:25 AM
  2. Summing Dates
    By graybush in forum Excel General
    Replies: 2
    Last Post: 12-09-2011, 06:14 AM
  3. Summing Dates
    By lordterrin in forum Excel General
    Replies: 6
    Last Post: 08-24-2010, 08:18 AM
  4. summing dates
    By jah72773 in forum Excel General
    Replies: 4
    Last Post: 08-21-2007, 06:10 PM
  5. Summing dates
    By Snergle in forum Excel General
    Replies: 2
    Last Post: 07-06-2006, 11:00 AM

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