Thread
:
Returning all data from a list above the nth percentile
View Single Post
#
8
Posted to microsoft.public.excel.worksheet.functions
vezerid
Posts: n/a
Returning all data from a list above the nth percentile
OK, just clarified it though my own post. Try this:
=AVERAGE(IF((PERCENTRANK(A1:A10,A1:A10)0.6)*(PERC ENTRANK(A1:A10,A1:A10)<0.95),A1:A10))
Again array entered.
Regards
Kostis
Reply With Quote