Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm like to create a function to sum data from worksheets that have yet to be
created. I'm attempting to automate the import of new data into new worksheets. I have considered creating hidden worksheets and ensuring that the new worksheets are always between the hidden worksheets. I could then set the range for the function to be the same range on the hidden worksheets and everything between? Is there a better/simpler way to accomplish this? Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"I'm like to create a function to sum data from worksheets that have yet to be
created." Where are the data to be summed if the worksheet that will(?) contain them hasn't been created. Mike "tpmax" wrote: I'm attempting to automate the import of new data into new worksheets. I have considered creating hidden worksheets and ensuring that the new worksheets are always between the hidden worksheets. I could then set the range for the function to be the same range on the hidden worksheets and everything between? Is there a better/simpler way to accomplish this? Thanks! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a summary worksheet on which I'd like to insert the functions. The
data that I will sum has yet to be created. Essentially it's a template that will be populated with the summary data as it is created. "Mike H" wrote: "I'm like to create a function to sum data from worksheets that have yet to be created." Where are the data to be summed if the worksheet that will(?) contain them hasn't been created. Mike "tpmax" wrote: I'm attempting to automate the import of new data into new worksheets. I have considered creating hidden worksheets and ensuring that the new worksheets are always between the hidden worksheets. I could then set the range for the function to be the same range on the hidden worksheets and everything between? Is there a better/simpler way to accomplish this? Thanks! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Insert a new blank worksheet at beginning...........name it Start
Insert a new blank worksheet at end.............name it End You can hide if you wish. Your 3-D formulas will be something like =SUM(Start:End!A12) When adding sheets insert them between Start and End Gord Dibben MS Excel MVP On Mon, 25 Jun 2007 11:03:01 -0700, tpmax wrote: I'm like to create a function to sum data from worksheets that have yet to be created. I'm attempting to automate the import of new data into new worksheets. I have considered creating hidden worksheets and ensuring that the new worksheets are always between the hidden worksheets. I could then set the range for the function to be the same range on the hidden worksheets and everything between? Is there a better/simpler way to accomplish this? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I created a UDF but I can't run the function ... | Excel Worksheet Functions | |||
how many worksheets can be created in one file? | Excel Discussion (Misc queries) | |||
EXCEL 97 - Unable to open linked worksheets created in 2003 | Excel Discussion (Misc queries) | |||
Preventing new worksheets from being created by PIVOTdrill downs | Excel Discussion (Misc queries) | |||
How can I sum a cell in multiple worksheets as new ones are created. | Excel Worksheet Functions |