Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi -
I know how to sum fields of various worksheets. However, can I set the formula so that if a new worksheet is added, the formula will automatically update to include the new worksheet? (Data in the same cell as other worksheets.) Thank you!! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Include two dummy sheets in our workbook, say alpha and omega. Make alpha
the first and omega the last. Sum from alpha thru omega. When you add a new worksheet, just add it AFTER alpha. This will insure that the new worksheet is between alpha and omega and will be included in the sum -- Gary''s Student - gsnu200800 "Elgee" wrote: Hi - I know how to sum fields of various worksheets. However, can I set the formula so that if a new worksheet is added, the formula will automatically update to include the new worksheet? (Data in the same cell as other worksheets.) Thank you!! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you have a blank worksheet named "first" and one named "last" and
position these so that they encompass the sheets you want to sum from like a sandwich, they you can have a formula like: =SUM(first:last!A1) This will add all the A1 cells between and including those sheets. You can move sheets into and out of the "sandwich" to model the effects of these changes, and the formula remains the same. Hope this helps. Pete On Aug 15, 4:42*pm, Elgee wrote: Hi - I know how to sum fields of various worksheets. *However, can I set the formula so that if a new worksheet is added, the formula will automatically update to include the new worksheet? *(Data in the same cell as other worksheets.) Thank you!! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
MOST EXCELLENT!
Thank you! "Pete_UK" wrote: If you have a blank worksheet named "first" and one named "last" and position these so that they encompass the sheets you want to sum from like a sandwich, they you can have a formula like: =SUM(first:last!A1) This will add all the A1 cells between and including those sheets. You can move sheets into and out of the "sandwich" to model the effects of these changes, and the formula remains the same. Hope this helps. Pete On Aug 15, 4:42 pm, Elgee wrote: Hi - I know how to sum fields of various worksheets. However, can I set the formula so that if a new worksheet is added, the formula will automatically update to include the new worksheet? (Data in the same cell as other worksheets.) Thank you!! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
FANTASTIC! Thank you!
"Gary''s Student" wrote: Include two dummy sheets in our workbook, say alpha and omega. Make alpha the first and omega the last. Sum from alpha thru omega. When you add a new worksheet, just add it AFTER alpha. This will insure that the new worksheet is between alpha and omega and will be included in the sum -- Gary''s Student - gsnu200800 "Elgee" wrote: Hi - I know how to sum fields of various worksheets. However, can I set the formula so that if a new worksheet is added, the formula will automatically update to include the new worksheet? (Data in the same cell as other worksheets.) Thank you!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatic updating between worksheets | Excel Discussion (Misc queries) | |||
Updating cells on different worksheets | Excel Worksheet Functions | |||
updating multiple worksheets | Excel Discussion (Misc queries) | |||
Formulas across worksheets are not updating | Excel Discussion (Misc queries) | |||
Updating worksheets from another file | Links and Linking in Excel |