Sum across worksheets formula not updating

Websterja

New Member
Joined
Nov 7, 2017
Messages
2
I have the formula to sum a cell across worksheets, but I cannot seem to get it to automatically update when I add another worksheet. For now, I have sheets labeled for each day I work, such as Nov 1, Nov 2, etc. I have the formula now as =SUM(‘Nov 1:Nov 7’!L1). When I add a worksheet for tomorrow, I will insert it before the totals sheet and label it Nov 8. When I do that, the formula still ranges only to Nov 7. Can I get it to update or will I have to resort to manually changing it each time? Or simply create the totals at the end of the month? Thanks guys!
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
If you want a new sheet to be included in that sum, you need to insert it 'Between' the first and last sheet shown in the formula
i.e. To the right of Nov 1, and To the left of Nov 7

I suggest making blank dummy sheets on either side of the first and last sheet you want included.
To the left of Nov 1 = LeftDummy (name it whatever you want)
To the right of Nov 7 = RightDummy

Then use
=SUM('LeftDummy:RightDummy'!L1)

Now insert new sheet between Nov 7 and DummyRight
 
Upvote 0
Ok I see what you’re saying. In this case I placed the first and last day of the month, then I can add days between those. That seems to work. I was trying to add between the last day and the totals sheets, I’m guessing that’s why it didn’t update. I appreciate the assist!
 
Upvote 0

Forum statistics

Threads
1,223,909
Messages
6,175,312
Members
452,634
Latest member
cpostell

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