=SUM(Sheet1:Sheet2!A1)
sheet1 is the name of your fist sheet
sheet two is the name of your last sheet
Randall Roberts
=SUM('Sheet1:Sheet100'!A1)
If your sheets are not numbered consecutively or have unique names, the
easiest method is to insert a new worksheet at start and one at end.
Then =SUM('start:end'!A1) to SUM all A1's on all sheets.
Gord Dibben XL2002
On Thu, 6 Nov 2003 08:35:10 -0800, "Ian Fareham" <ifar...@whitecliff-bay.com>
wrote:
>Hi, I want to add the same cell from each worksheet within