Hi guys,
I'm trying to find the average result within a percentile. This is the formula I have for that:
=IFERROR(AVERAGE(IF('1b. Import Morningstar Data'!$AF2:$HL2<PERCENTILE('1b. Import Morningstar Data'!$AF2:$HL2,0.001),'1b. Import Morningstar Data'!$AF2:$HL2))/100,"")
It works perfectly...