Calling the last sheet added onto a master sheet

phester90

New Member
Joined
Jan 4, 2012
Messages
9
So I currently have a master sheet that compiles data from multiple sheets.
Each sheet is the same and corresponds to an individual sheep. Every few days a new sheep is added to the program, and thus adding a new sheet.

The problem I am having is that I have to change the last sheet being looked at on the masters page. I have over 45 formulas on the masters page so it usually takes awhile.

Here is an example of what I am using in Cell B4

=SUM('No Number:3179959'!I14)

Is there a way to have excel call the last sheet every time?

Maybe something like =SUM('No Number:END Sheet'!I14).

I appreciate all the help.

V/R

Phester90
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
You could use the Find\Replace dialog (Ctrl+H) to update all your formulas with the new sheet name.

Alternatively, if you copy the last sheet, then change the name of the original sheet (not the copy), the formulas will also automatically update when you change the name.
 
Upvote 0

Forum statistics

Threads
1,223,234
Messages
6,170,891
Members
452,366
Latest member
TePunaBloke

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