+ Reply to Thread
Results 1 to 5 of 5

Sum data by date

  1. #1
    Registered User
    Join Date
    10-27-2014
    Location
    Farmington NM
    MS-Off Ver
    2010
    Posts
    2

    Sum data by date

    I need to know how to sum data by a date range. Is that possible with out using the grouping?

  2. #2
    Registered User
    Join Date
    02-05-2014
    Location
    Tbilisi, Georgia
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Sum data by date

    could you upload a sample file?

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Sum data by date

    Maybe something like this...

    Data Range
    A
    B
    C
    D
    E
    F
    1
    Date
    Value
    ------
    Start
    End
    Total
    2
    4/27/2006
    37
    9/25/2000
    11/19/2006
    234
    3
    4/4/2011
    81
    4
    7/16/2006
    79
    5
    10/8/2014
    5
    6
    11/11/2004
    28
    7
    8/29/2002
    29
    8
    11/13/2011
    58
    9
    9/10/2002
    61
    10
    11/19/2012
    7


    This formula entered in F2:

    =SUMIFS(B2:B10,A2:A10,">="&D2,A2:A10,"<="&E2)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    10-27-2014
    Location
    Farmington NM
    MS-Off Ver
    2010
    Posts
    2

    Re: Sum data by date

    Excel Clip 10.28.2014.PNG
    I need to pull all the months totals for a graph but keep the formula if the data is adjusted. I have from 1/2013 to 10/2014

  5. #5
    Registered User
    Join Date
    02-05-2014
    Location
    Tbilisi, Georgia
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Sum data by date

    Where do you want to summarize the data by date?
    Do you have any summary sheet and you want to see total amounts for the month?

+ 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. Counting if data falls on date between Start Date, End Date or Possible End Date
    By JessHasQuestions in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 07-26-2014, 08:01 AM
  2. Replies: 2
    Last Post: 06-26-2014, 08:59 AM
  3. Replies: 3
    Last Post: 02-14-2014, 12:23 PM
  4. Replies: 2
    Last Post: 09-21-2011, 01:17 PM
  5. Copy Data, Find Date, Paste data below Date
    By dgibson in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-10-2011, 09:31 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