Question

I have managed to get a solution for an easy Average of the 25th and 75th percentile, but to average the values between them appear to be a tad problematic.

My current instruction is as follows: {AVERAGE(AND(F$1:F$489>PERCENTILE(F$1:F$489,0.25),F$1:F$489< PERCENTILE(F$1:F$489,0.75),F$1:F$489))}

I am trying to average all values in Column F where they reside between percentile 25 and 75.

Thanks!

Was it helpful?

Solution

In excel it helps to slip your formula into separate chunks. So in one column you print which percentile the values are in. Then you use that as input for the next. That way you can see what the intermediate values are.

For this you could actually use AVERAGEIF. This average you can give a condition that the percentile should be between 25 and 75.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top