D Dave Apr 8, 2008 #1 I have a column (A) of 100 unsorted numbers. How do I get an average of the 5 largest and 5 smallest. d
I have a column (A) of 100 unsorted numbers. How do I get an average of the 5 largest and 5 smallest. d
M Max Apr 8, 2008 #2 Try these, normal ENTER: =AVERAGE(LARGE(A1:A100,{1;2;3;4;5})) =AVERAGE(SMALL(A1:A100,{1;2;3;4;5}))