Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Function to incorporate worksheets that have yet to be created?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Function to incorporate worksheets that have yet to be created?

"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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Function to incorporate worksheets that have yet to be created

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Function to incorporate worksheets that have yet to be created?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I created a UDF but I can't run the function ... bhilton84 Excel Worksheet Functions 5 May 31st 07 09:50 PM
how many worksheets can be created in one file? Amy Excel Discussion (Misc queries) 1 February 15th 06 03:24 AM
EXCEL 97 - Unable to open linked worksheets created in 2003 Van Excel Discussion (Misc queries) 0 January 5th 06 12:25 PM
Preventing new worksheets from being created by PIVOTdrill downs STILLA Excel Discussion (Misc queries) 0 November 10th 05 06:05 AM
How can I sum a cell in multiple worksheets as new ones are created. lawhesl Excel Worksheet Functions 2 November 24th 04 06:55 PM


All times are GMT +1. The time now is 04:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"