#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default min ,max,average

i am using office 2007 & im trying to get min,max,average from 52 different
worksheets using cell W265 in each worksheet which reads 0% when i try to
formulate i get a (value or ref error) this formula that i am trying is
entered in a seperate worksheet from the 52 can someone please help !!!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default min ,max,average

I am not sure I understood what you are looking for.. If you are referring to
the error for AVERAGE() try the below. Edit the sheetnames if there are not
named as Sheet1 and Sheet52. Sheet1 is the 1st sheet. If you have named that
as 1,2,3 etc; then =MAX(1:52!A1)

Try the below...

=MAX(Sheet1:Sheet52!W265)
=MIN(Sheet1:Sheet52!W265)
=AVERAGE(0,Sheet1:Sheet52!W265)

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


"Mike" wrote:

i am using office 2007 & im trying to get min,max,average from 52 different
worksheets using cell W265 in each worksheet which reads 0% when i try to
formulate i get a (value or ref error) this formula that i am trying is
entered in a seperate worksheet from the 52 can someone please help !!!!!

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

...correction

=MAX(Sheet1:Sheet52!W265)
=MIN(Sheet1:Sheet52!W265)

=AVERAGE(Sheet1:Sheet52!W265)

OR

=IF(COUNT(Sheet1:Sheet52!W265),
SUM(Sheet1:Sheet52!W265)/COUNT(Sheet1:Sheet52!W265),"")

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


"Jacob Skaria" wrote:

I am not sure I understood what you are looking for.. If you are referring to
the error for AVERAGE() try the below. Edit the sheetnames if there are not
named as Sheet1 and Sheet52. Sheet1 is the 1st sheet. If you have named that
as 1,2,3 etc; then =MAX(1:52!A1)

Try the below...

=MAX(Sheet1:Sheet52!W265)
=MIN(Sheet1:Sheet52!W265)
=AVERAGE(0,Sheet1:Sheet52!W265)

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


"Mike" wrote:

i am using office 2007 & im trying to get min,max,average from 52 different
worksheets using cell W265 in each worksheet which reads 0% when i try to
formulate i get a (value or ref error) this formula that i am trying is
entered in a seperate worksheet from the 52 can someone please 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
A formula to AVERAGE IF but only average a set number of values [email protected] Excel Worksheet Functions 2 January 31st 08 08:28 PM
Find monthly average but have average automatically configured kimbafred Excel Discussion (Misc queries) 2 August 8th 07 12:28 AM
Error Handling #N/A with AVERAGE Function - Average of values in Row Sam via OfficeKB.com Excel Worksheet Functions 13 July 31st 05 03:59 PM
Weighed Average of a weiged average when there are blanks krl - ExcelForums.com Excel Discussion (Misc queries) 1 July 6th 05 07:37 PM
how does one convert text to a formula "average(A:A)" to =average( phshirk Excel Worksheet Functions 4 April 14th 05 01:20 AM


All times are GMT +1. The time now is 02:56 PM.

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"