ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   min ,max,average (https://www.excelbanter.com/excel-discussion-misc-queries/248008-min-max-average.html)

Mike

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 !!!!!

Jacob Skaria

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 !!!!!


Jacob Skaria

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 !!!!!



All times are GMT +1. The time now is 07:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com