using more than 30 sheets

J

Juan Quiros

Excel function AVERAGE allows 1 to 30 arguments for which you want the average.

I have a workbook with 50 worksheets. How I can produce a 3D AVERAGE?

Please somebody help me!!!

Thanks.
 
A

Andy Wiggins

As an example this averages the values in cell A1 in 50 sheets:
=AVERAGE(Sheet1:Sheet50!A1)
 
Top