K
Kamie
How do I make a sheet that tallies the same cell from multiple worksheets?
bpeltzer said:If the sheets to be added are consecutive (no other sheets are between the
first sheet to be added and the last), use a 3d sum: =sum('First Sheet:Last
Sheet'!a1).
(Replace First Sheet and Last Sheet with your worksheet names.)