Forum Discussion
Sum cells across multiple changing sheets
- Apr 27, 2020
Candace1 If the location of a cell moves due to inserting or deleting rows or columns excel will automatically update the referring cells. If the cells on those other sheets aren't all in the same location you can manually select each cell on each sheet. But I'm guessing you have a problem beyond that so what about finding a fixed cell on each sheet that won't change and have it reflect/reference the cell of interest on that sheet?
Candace1 I don't know if I completely understand but let's say you have sheets for every month (Jan:Dec) and in cell z100 is some net total on each of those sheets. You can then have a 13th sheet (Totals) and you can sum across all those month sheets using =Sum('Jan:Dec'!Z100)
FYI you can also enter that formula by typing "=sum(" and then selecting the cell on the Jan sheet and then shift clicking the Dec sheet to highlight all the sheets in between.
FYI2 you can also CHANGE a value or formula on multiple sheets simultaneously by highlighting multiple sheets and then typing in a particular cell. For example if you highlight sheets Jan:Dec and then type in cell Z100 something like =sum(A1:Y99) then every month sheet will have that formula entered into cell Z100. USE CAREFULLY as you can easily overwrite data this way
- Candace1Apr 27, 2020Copper Contributor
mtarlerthanks for the suggestions. The 3rd option may work for me. To explain it a little more thoroughly, this spreadsheet has different companies on the sheets and will have updated totals as those companies purchase more items. I want updated totals on the summary but the specific cells with the totals will change as I add more line items.
- mtarlerApr 27, 2020Silver Contributor
Candace1 If the location of a cell moves due to inserting or deleting rows or columns excel will automatically update the referring cells. If the cells on those other sheets aren't all in the same location you can manually select each cell on each sheet. But I'm guessing you have a problem beyond that so what about finding a fixed cell on each sheet that won't change and have it reflect/reference the cell of interest on that sheet?