Here are 2 ways:
METHOD 1
Put the Summary sheet either before or after the 15 other sheets.
In cell A2 of the Summary sheet:
Type =SUM(
Then switch to the first sheet and click on Cell A2
Hold down the [Shift] key and switch to the 15th sheet
Finally, type ) then press [Enter]
If your sheets are named Sheet1 thru Sheet15 then the formula will look like
this on the Summary sheet:
A2: =SUM(Sheet1:Sheet15!A2)
METHOD 2
The second way, most recently referred to by Dave Peterson (I think)
is to put a sheet named START in front of the 15 sheets and a sheet named
FINISH as the last sheet.
Put the Summary sheet in front of all of the other sheets.
Then, on the Summary sheet use the same method as above, except the formula
will be: =SUM(START:FINISH!A2)
The neat part about this method is that if you move one of the 15 sheets
outside of the START/FINISH sequence....it won't be counted.
AND...any sheet you move in between the START/FINISH sequence will be
included in the total.
Does that help?
***********
Regards,
Ron
anamcara said:
I have 15 worksheets with budgets on them. They are all set out the same. I
want to total up the total budget from each sheet in cell ref G19 into a
grand total on a summary sheet.