![]() |
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? |
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 |
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 |
All times are GMT +1. The time now is 05:50 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com