![]() |
total same cell in all worksheets
=SUM('Mann :York '!H3)
I am using the above formula to total the same cells in and between the worksheets named. Is there a way to adapt the formula that sums that cell in all worksheets? What happens if I add a worksheet that is not between these sheets is what I am thinking. Can I do this without VB? Thanks, Todd |
Todd,
The usually recommended way is to create a sheet at the front, and another at the back, and hide them both. If you sum from/to these hidden sheets, adding new sheets don't get put in front or after them. -- HTH RP (remove nothere from the email address if mailing direct) "Todd" wrote in message ... =SUM('Mann :York '!H3) I am using the above formula to total the same cells in and between the worksheets named. Is there a way to adapt the formula that sums that cell in all worksheets? What happens if I add a worksheet that is not between these sheets is what I am thinking. Can I do this without VB? Thanks, Todd |
Excellent suggestion from Bob which will insure that any new sheets added to
the source file will be included in the operation. I just wanted to expand on it a little... If you ever DO want to add sheets that should not be included, just remember to use the Move or Copy Sheet command to send it to the End or before the first sheet. "Todd" wrote: =SUM('Mann :York '!H3) I am using the above formula to total the same cells in and between the worksheets named. Is there a way to adapt the formula that sums that cell in all worksheets? What happens if I add a worksheet that is not between these sheets is what I am thinking. Can I do this without VB? Thanks, Todd |
All times are GMT +1. The time now is 07:19 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com