=AVERAGE(OFFSET(A6,MAX(0,COUNT(A6:W6)-10),0,10))
Hope this helps!
In article <1142354071....@u72g2000cwu.googlegroups.com>,
=AVERAGE(OFFSET(A6,,MAX(0,COUNT(A6:W6)-10),,10))
Hope this helps!
In article <domenic22-D31A5...@msnews.microsoft.com>,
=AVERAGE(INDEX(A6:W6,LARGE(IF(A6:W6<>"",COLUMN(A6:W6)-COLUMN(A6)+1),10)):
INDEX(A6:W6,MATCH(9.99999999999999E+30,A6:W6)))
...confirmed with CONTROL+SHIFT+ENTER. If there are less than 10 scores
and you want those averaged, try...
=AVERAGE(INDEX(A6:W6,LARGE(IF(A6:W6<>"",COLUMN(A6:W6)-COLUMN(A6)+1),MIN(C
OUNT(A6:W6),10))):INDEX(A6:W6,MATCH(9.99999999999999E+30,A6:W6)))
...also confirmed with CONTROL+SHIFT+ENTER.
Hope this helps!
In article <1142433357.6...@z34g2000cwc.googlegroups.com>,
"GaryC" <call...@us.ibm.com> wrote:
> One clarification: The formula needs to count back starting with W6