> In my workbook, I have varying numbers of worksheets, each with
> numerical values in the A3 field. I then have a sheet which totals up
[quoted text clipped - 9 lines]
>
> Thanks!
You can use a couple of extra blank worksheets - let's call them First and
Last - that can be hidden if you wish. You write your formula to refer to
the range First!A3:Last!A3. All the worksheets between them contribute to
the total, no matter how many there are. Simply add new ones anywhere in
between them and/or delete any you don't want.
Peo Sjoblom - 06 Jan 2006 16:37 GMT
Insert 2 dummys sheets that are empty and then insert all new sheets
in-between
=SUM(first:last!A3)
that way you always will include any new sheets

Signature
Regards,
Peo Sjoblom
> > In my workbook, I have varying numbers of worksheets, each with
> > numerical values in the A3 field. I then have a sheet which totals up
[quoted text clipped - 15 lines]
> the total, no matter how many there are. Simply add new ones anywhere in
> between them and/or delete any you don't want.