Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Run macros on data spread across multiple spreadsheets

Hi,

I am working on large chunks of data spread across multiple spreadsheets.
I want to be able to run macros that treat data across these sheets as
contiguous.
eg. the avg() on column A should take into consideration all the values in
column A in all the spreadsheets.

Is this possible ?

Thanks in advance for your help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Run macros on data spread across multiple spreadsheets

You don't necessarily need a macro to do this if the worksheets are in the
same workbook. Try something like this:

=AVERAGE(Sheet1:Sheet3!A:A)
--
HTH,
Barb Reinhardt



"akapoor" wrote:

Hi,

I am working on large chunks of data spread across multiple spreadsheets.
I want to be able to run macros that treat data across these sheets as
contiguous.
eg. the avg() on column A should take into consideration all the values in
column A in all the spreadsheets.

Is this possible ?

Thanks in advance for your help!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Run macros on data spread across multiple spreadsheets

Thanks for the reply Barb.
I will try this out.

"Barb Reinhardt" wrote:

You don't necessarily need a macro to do this if the worksheets are in the
same workbook. Try something like this:

=AVERAGE(Sheet1:Sheet3!A:A)
--
HTH,
Barb Reinhardt



"akapoor" wrote:

Hi,

I am working on large chunks of data spread across multiple spreadsheets.
I want to be able to run macros that treat data across these sheets as
contiguous.
eg. the avg() on column A should take into consideration all the values in
column A in all the spreadsheets.

Is this possible ?

Thanks in advance for your help!

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
Adding Data from Multiple Spreadsheets Belle[_2_] Excel Worksheet Functions 2 May 13th 09 04:37 PM
synchronizing data on multiple spreadsheets Ha-Lee Excel Worksheet Functions 0 January 31st 07 03:33 PM
How do I link data between multiple excel spreadsheets Scott Excel Discussion (Misc queries) 0 May 8th 06 07:28 PM
How do you add multiple spreadsheets in to one spread sheet JES Excel Worksheet Functions 1 March 2nd 06 10:51 AM
Merge Data from Multiple Spreadsheets Carm Excel Worksheet Functions 1 February 27th 05 01:43 PM


All times are GMT +1. The time now is 08:05 AM.

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

About Us

"It's about Microsoft Excel"