ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help with a running total on multiple sheets (https://www.excelbanter.com/excel-worksheet-functions/447932-help-running-total-multiple-sheets.html)

Shari C

Help with a running total on multiple sheets
 
I am new to Excel and have learned a lot recently. I have just switched over all my home budgeting items to Excel instead of paper. I have a workbook with about 15 sheets (one for each budget category). Each sheet has a running balance in column E. I would like a column on sheet 1 to simply add the newest running total in column E from the remaining sheets.

I figured out how to do a running total from multiple sheets, but it is adding all the numbers from all the E columns and not just the newest running balance. (I hope that makes sense)

Thanks so much for you help!

Spencer101

Quote:

Originally Posted by Shari C (Post 1608371)
I am new to Excel and have learned a lot recently. I have just switched over all my home budgeting items to Excel instead of paper. I have a workbook with about 15 sheets (one for each budget category). Each sheet has a running balance in column E. I would like a column on sheet 1 to simply add the newest running total in column E from the remaining sheets.

I figured out how to do a running total from multiple sheets, but it is adding all the numbers from all the E columns and not just the newest running balance. (I hope that makes sense)

Thanks so much for you help!

Hi,

Where on each sheet is your "running total"?
Is it fixed or does it move depending on how many "transactions" there are in each month?

Shari C

Quote:

Originally Posted by Spencer101 (Post 1608375)
Hi,

Where on each sheet is your "running total"?
Is it fixed or does it move depending on how many "transactions" there are in each month?


It moves down column E as I add transactions. Each page is different also, as some categories have more transactions than others.

Spencer101

1 Attachment(s)
Quote:

Originally Posted by Shari C (Post 1608376)
It moves down column E as I add transactions. Each page is different also, as some categories have more transactions than others.

Hi,

You could perhaps use a VLOOKUP as per the attached example.

You could adapt it to use INDIRECT() to update the formulas automatically rather than doing that manually, but for the small amount of 'categories' you have, the effort of setting it up once will be outweighed by the potential worksheet slowdown you will experience by using a volatile formula such as INDIRECT.

Let me know if you need more help.

Shari C

Quote:

Originally Posted by Spencer101 (Post 1608378)
Hi,

You could perhaps use a VLOOKUP as per the attached example.

You could adapt it to use INDIRECT() to update the formulas automatically rather than doing that manually, but for the small amount of 'categories' you have, the effort of setting it up once will be outweighed by the potential worksheet slowdown you will experience by using a volatile formula such as INDIRECT.

Let me know if you need more help.

Thanks so much! I will try that out and see how it goes. Your help is very much appreciated. :)

[email protected]

Help with a running total on multiple sheets
 
On Thursday, January 3, 2013 11:28:00 AM UTC-8, Shari C wrote:
I am new to Excel and have learned a lot recently. I have just switched

over all my home budgeting items to Excel instead of paper. I have a

workbook with about 15 sheets (one for each budget category). Each sheet

has a running balance in column E. I would like a column on sheet 1 to

simply add the newest running total in column E from the remaining

sheets.



I figured out how to do a running total from multiple sheets, but it is

adding all the numbers from all the E columns and not just the newest

running balance. (I hope that makes sense)



Thanks so much for you help!









--


Hi Shari C,

This may work for you, it returns the sum of the last values of column E from all the sheets to a CELL in sheet1.

On sheet 1 enter this formula in a cell.
=SUM(Sheet1:Sheet3!J1)

On each sheet enter this formula in cell J1.
=IFERROR(LOOKUP(2,1/(E1:E25000<""),E1:E25000),0)

Change J1 to suit your needs & Sheet1:Sheet3! to match your first & last sheet.

Regards,
Howard


All times are GMT +1. The time now is 03:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com