I have this list of numbers and want the precentile score for them.
Ex:
1
3
6
8 < - i want to exclude this number from the percentile.
9
4
7
8
9
Right now i have =PERCENTILE.INC(F13:F61,0.25) which works but includes the number i want to exclude. When i try something like =PERCENTILE.INC(F13:F15,F17:F18,0.25), it returns an error.
How do i tell it to select all numbers except some?