Updating a formula to include values from a newly added tab

travis.m.roberts

Board Regular
Joined
Jul 7, 2009
Messages
62
Is there a way to automatically have a formula updated to include any tabs that are added? I have a spreadsheet that starts out with two tabs (summary page and one heavily formatted sheet). The summary page has a bunch of formulas on it that I would like to have updated to include values from a new tab each time it is inserted. For instance if the formula is =SUM('090800'!Q35) and I add a tab named 090900 I need the formula on the summary page to be updated as such: =SUM('090800'!Q35,'090900'!Q35). Is that possible?
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
You can add two blank tabs called FIRST and LAST. Then put all the sheets to be summed in between the two tabs, and use this formula:

=SUM('First:Last'!Q35)

...the FIRST and LAST tabs can be hidden also.
 
Upvote 0
Insert a New Sheet immediately after your Summary Sheet and name it First
Insert another new sheet and drag it into the last position to the right and name it Last

The summary sheet could have this formula in it:

=SUM(First:Last!Q35)

All the data sheet should be BETWEEN the First and the Last << Careful on this; If you
do -- this will do what you want..

Good Luck,

Jim
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,980
Members
448,934
Latest member
audette89

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top