+ Reply to Thread
Results 1 to 3 of 3

SUM values based on date

  1. #1
    Registered User
    Join Date
    08-14-2012
    Location
    Ireland
    MS-Off Ver
    Excel 2010
    Posts
    4

    SUM values based on date

    I have a Date field and a Values field and want to sum the values based on this and to start again for new dates?

    eg.

    VALUES DATE TOTAL
    12 12/08/2012 39
    13 12/08/2012 39
    14 12/08/2012 39
    14 13/08/2012 27
    13 13/08/2012 27


    Thanks

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: SUM values based on date

    Not sure if I exactly follow, but I think you are looking for SUMIFS

    e.g.

    =SUMIFS(C:C,A:A,X1,B:B,Y1)

    where X1 holds value to find in column A, and Y1 contains date to find in column B, summing column C.

    If you are looking for a date range

    =SUMIFS(C:C,A:A,X1,B:B,">="&Y1,B:B,"<="&Z1) where Y1 and Z1 contain start/end dates to limit to.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    08-14-2012
    Location
    Ireland
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: SUM values based on date

    SUMIF is just what I needed.

    Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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