Syntax
| Parameter | Description |
|---|---|
| array | Parameter of the PERCENTRANK.EXC function. |
| x | Parameter of the PERCENTRANK.EXC function. |
| [significance] | (Optional.) Parameter of the PERCENTRANK.EXC function. |
Examples
Exclusive percentile rank
=PERCENTRANK.EXC(B2:B50, B10)
Statistical ranking
=PERCENTRANK.EXC(C2:C1000, 250)
Custom precision
=PERCENTRANK.EXC(A1:A100, 55, 4)
Common Errors
The value x falls outside the data range, or the array is empty.
The data set has fewer values than required for the exclusive method to produce a valid rank.
Tips
Unlike PERCENTRANK.INC, the exclusive version never assigns a rank of exactly 0 or 1. The minimum rank is 1/(n+1) and the maximum is n/(n+1).
Use PERCENTRANK.EXC when creating normal probability plots or QQ plots, as the exclusive method avoids infinite z-scores at the endpoints.
With very small data sets (fewer than 3-4 values), PERCENTRANK.EXC may return errors or unreliable results. Use .INC for small samples.
Try PERCENTRANK.EXC in Viztab
Import your data and use PERCENTRANK.EXC with 370+ other formulas. No signup required.
Open Viztab