Average Multiple Pages

LadyDi

Registered User.
Local time
Yesterday, 21:53
Joined
Mar 29, 2007
Messages
894
Can the AverageIf formula be used as an aggregate formula?

I'm trying to get an overall average from 5 tabs on a workbook. I tried using =AVERAGEIF('MON:FRI'!F6:F615, ">0"). Unfortunately, this returns a "Value" error. Is there a way to get this to work?
 
you can use SUM(range1, range2, rangeN)/Count(range1, range2, rangeN)
 

Users who are viewing this thread

Back
Top Bottom