Thread: =average
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dav
 
Posts: n/a
Default =average


An inelegant solution would be if the total on each sheet is held in
cell b12
create a formula in each sheet (say cell c12) if(b120,1,0). this can
be entered in each sheet by selecting all the tabs at the same time and
typing it in. If the value is greater than zero it creates a 1 the total
of the 1s can be your denominator in the formula.

Your average can then become
=sum(sheet1:sheet17!b12)/sum(sheet1:sheet17!c12)

Obviously if your sheet tabs are named differently you can reference
them as in your average formula


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=361153