Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
r-boneinc
 
Posts: n/a
Default consolidate totals

I have multiple workbooks with multiple worksheets. I am trying to get a
running total to continue from sheet to sheet and book to book. How can I do
this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bruno Campanini
 
Posts: n/a
Default consolidate totals

"r-boneinc" wrote in message
...
I have multiple workbooks with multiple worksheets. I am trying to get a
running total to continue from sheet to sheet and book to book. How can I
do
this?


Switching to a database...

Bruno


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vezerid
 
Posts: n/a
Default consolidate totals

A running total is typically a formula of the type:
=B1+A2 (a formula for B2) or =C1+A2-B2 (a formula for C2). Or some
variant...
I.e. we reference the previous value and we add whatever made it
change.
This is why we often have one additional row at the top of the column
with the running total, we need a starting balance.
In the above examples, where data and summations start from row 2, we
would provide an initial value in B1, the starting balance.

Can you adopt the same philosophy in your calculations? If so, in
Sheet2!B1 (or whatever cell has the starting balance), you would put
the formula

=Sheet1!B65536 (or whatever is the last cell containing the last
running total of the previous sheet).

Does this help?
Kostis Vezerides

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
How can I calculate weekly totals of daily data in Excel BarrySandell Excel Worksheet Functions 4 October 8th 05 04:28 AM
No Pivot Table Totals Wanted robertjtucker Excel Discussion (Misc queries) 1 August 2nd 05 08:59 PM
Totals For a Pivot Table?? Adam Excel Discussion (Misc queries) 0 March 25th 05 04:55 PM
Comparing/matching totals in a column to totals in a row Nicole L. Excel Worksheet Functions 3 January 27th 05 10:42 PM
How do I use a" item description" in excel to consolidate totals? D Excel Discussion (Misc queries) 1 December 7th 04 04:06 PM


All times are GMT +1. The time now is 11:12 AM.

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

About Us

"It's about Microsoft Excel"