View Single Post
  #13   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Trying to average the contents of a cell across multiple works

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"GrazzaJ" wrote in message
...
That's great -thanks for all your help and comments!

"T. Valko" wrote:

=SUM(left:right!A1)/(FREQUENCY(left:right!A1,-0.000001)+INDEX(FREQUENCY(left:right!A1,0.000001), 2))


Slight tweak that shortens it a few more keystokes:

=SUM(left:right!A1)/(FREQUENCY(left:right!A1,-0.000001)+INDEX(FREQUENCY(left:right!A1,0),2))

--
Biff
Microsoft Excel MVP