Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default need excel worksheet help, running total based on date

I am trying to add a series of numbers in different worksheets(same
spreadsheet) based upon the date. I don't want the future numbers in the
total until the date they are associated with is passed. i.e. in A1 of each
worksheet is 200. Each worksheet is titled by date (Mar 5, Mar 19, etc) I
want the running total to reflect the amount to the current date. If it's
March 18th, the totals would be only thru the worksheet of Mar 5. Any help
is appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,203
Default need excel worksheet help, running total based on date

My solution needs 2 cells, one of which may already be in use:

You need a cell on each of the dated sheets that has that date in it. That
is, if the sheet's name is May 5, then some cell on the sheet needs to have
that date in it (with the year also, as 5/1/2010). Lets assume that is in B1
for the example here.

Then you can set up a helper cell on those sheets (use same cell on each
sheet)
=IF(B1<=Today(),A1,0)
Again, for this example, lets say that is in cell C1.

Back on your rollup sheet you can then put a formula like this:
=SUM('Jan 1:Dec 31'!C1)

the Jan 1 sheet should be the first sheet in the entire group, and the Dec
31 sheet should be the last. Search Excel help for the phrase:
Refer to the same cell or range on multiple sheets




"ucastores" wrote:

I am trying to add a series of numbers in different worksheets(same
spreadsheet) based upon the date. I don't want the future numbers in the
total until the date they are associated with is passed. i.e. in A1 of each
worksheet is 200. Each worksheet is titled by date (Mar 5, Mar 19, etc) I
want the running total to reflect the amount to the current date. If it's
March 18th, the totals would be only thru the worksheet of Mar 5. Any help
is appreciated.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Running total by date capt Excel Discussion (Misc queries) 2 December 12th 07 03:56 PM
running total based on text ucastores Excel Discussion (Misc queries) 8 November 28th 07 09:16 PM
Rolling running total by date AOU Excel Discussion (Misc queries) 7 May 30th 07 12:44 AM
Running total of hours based on last 7 days Steve Excel Worksheet Functions 1 February 22nd 07 01:40 PM
New Running Total for each worksheet Jeff Excel Worksheet Functions 1 January 6th 07 07:30 PM


All times are GMT +1. The time now is 10:42 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"