Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Averaging across all worksheets except one

Hello,

I want to find the average value of one cell in every sheet in a
workbook, and display it on another sheet (preferably in the same
cell). If this is put in the same cell, that means that one sheet must
be left out of the averaging.

This is for a budget, so I will be constantly adding sheets, and will
not know the total number of sheets, so I want to call out something
like "= average[ cell() in all sheets except 'Summary']."


Anyone have suggestions for how to code this? Thanks a bunch!

Rob

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default Averaging across all worksheets except one

I'm not sure I fully understand the question but if you simply want the
average of the same cell in multiple worksheets then this will average A1 in
all worksheets.

=AVERAGE(Sheet1:Sheet10!A1)

Repalace sheet1 with the first sheet and sheet 10 with the last sheets in
the book that you want to average

Mike

" wrote:

Hello,

I want to find the average value of one cell in every sheet in a
workbook, and display it on another sheet (preferably in the same
cell). If this is put in the same cell, that means that one sheet must
be left out of the averaging.

This is for a budget, so I will be constantly adding sheets, and will
not know the total number of sheets, so I want to call out something
like "= average[ cell() in all sheets except 'Summary']."


Anyone have suggestions for how to code this? Thanks a bunch!

Rob


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,123
Default Averaging across all worksheets except one

Hi Rob

See this page
http://www.rondebruin.nl/linksum.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message oups.com...
Hello,

I want to find the average value of one cell in every sheet in a
workbook, and display it on another sheet (preferably in the same
cell). If this is put in the same cell, that means that one sheet must
be left out of the averaging.

This is for a budget, so I will be constantly adding sheets, and will
not know the total number of sheets, so I want to call out something
like "= average[ cell() in all sheets except 'Summary']."


Anyone have suggestions for how to code this? Thanks a bunch!

Rob

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 same cells across multiple worksheets LACA Excel Worksheet Functions 2 January 19th 06 03:21 PM
Changing a Link Mid-way Across Worksheets Frosty Excel Worksheet Functions 0 August 25th 05 12:03 AM
Averaging across worksheets Pelham Excel Worksheet Functions 2 August 17th 05 03:51 PM
HELP! How do you--> Lock a set of rows but also link worksheets to FRUSTRATED Excel Discussion (Misc queries) 6 December 29th 04 10:05 PM
Trouble with Averaging across several worksheets Fysh Excel Worksheet Functions 7 December 2nd 04 02:36 AM


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