#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Macro

I have a workbook with many tabs that each contain a table of data. The rows
are dates and the columns are hours of the day (each tab is the same format
but contains different data). I have a summary sheet that extracts certain
data from each tab, is there a Macro that would allow me to get a daily
average of each day from all the tabs?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Macro

If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Philip Drury" wrote in message
...
I have a workbook with many tabs that each contain a table of data. The
rows
are dates and the columns are hours of the day (each tab is the same
format
but contains different data). I have a summary sheet that extracts
certain
data from each tab, is there a Macro that would allow me to get a daily
average of each day from all the tabs?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Macro

If the summary sheet is designed in the same format..you can try the below
formula format which averages from Sheet1 to Sheet3 B2:J2

=AVERAGE(Sheet1:Sheet3!B2:J2)

Change the sheetnames and cellranges to suit

If this post helps click Yes
---------------
Jacob Skaria


"Philip Drury" wrote:

I have a workbook with many tabs that each contain a table of data. The rows
are dates and the columns are hours of the day (each tab is the same format
but contains different data). I have a summary sheet that extracts certain
data from each tab, is there a Macro that would allow me to get a daily
average of each day from all the tabs?

  #4   Report Post  
Posted to microsoft.public.excel.misc
JH JH is offline
external usenet poster
 
Posts: 64
Default Macro

I don't think you need a macro to do what you are asking, you could very well
accomplish it with a worksheet function.
It would be more helpful if you can post an example of the data on these
tabs.

JH

"Philip Drury" wrote:

I have a workbook with many tabs that each contain a table of data. The rows
are dates and the columns are hours of the day (each tab is the same format
but contains different data). I have a summary sheet that extracts certain
data from each tab, is there a Macro that would allow me to get a daily
average of each day from all the tabs?

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
Macro recorded... tabs & file names changed, macro hangs Steve Excel Worksheet Functions 3 October 30th 09 11:41 AM
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort Gavin Excel Worksheet Functions 0 May 17th 07 01:20 PM
My excel macro recorder no longer shows up when recording macro jack Excel Discussion (Misc queries) 1 February 5th 07 09:31 PM
My excel macro recorder no longer shows up when recording macro jack Excel Discussion (Misc queries) 3 February 5th 07 08:22 PM
using a cell value to control a counter inside a macro and displaying macro value ocset Excel Worksheet Functions 1 September 10th 06 05:32 AM


All times are GMT +1. The time now is 06:06 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"