+ Reply to Thread
Results 1 to 4 of 4

sum data up to a specific date?

  1. #1
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Crayford, kent
    MS-Off Ver
    Excel 2013
    Posts
    394

    sum data up to a specific date?

    Hi All

    Is there a way to sum data up to a specific date?

    I have a large data table, which includes various values throughout the year, if i want to look at the total value up until say 31/01/2014, but my data goes up to 28/02/2014, is there way to do this within the sumifs function?

    Thanks

    Dan

  2. #2
    Forum Contributor
    Join Date
    12-09-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    171

    Re: sum data up to a specific date?

    Hi,

    Try this array formula...

    =SUMPRODUCT(--IF(A:A<=DATE(2014,1,31),C:C,0))
    Like my answer, then click * below

  3. #3
    Forum Contributor
    Join Date
    12-09-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    171

    Re: sum data up to a specific date?

    Or also the following normal formula..

    =SUMPRODUCT((A:A<=DATE(2014,1,31))*(C:C))

  4. #4
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Crayford, kent
    MS-Off Ver
    Excel 2013
    Posts
    394

    Re: sum data up to a specific date?

    Perfect thank you

+ 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. Replies: 2
    Last Post: 02-18-2014, 12:22 PM
  2. Looking up data from a specific date
    By timlaw12 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-28-2013, 05:35 AM
  3. Replies: 5
    Last Post: 02-10-2012, 12:52 PM
  4. import data from txt to excel starting from a specific date to other date
    By dvb_24 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-22-2011, 02:35 PM
  5. Automatically send an email from excel with specific data on specific date.
    By Angela1607 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-04-2009, 08:11 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