Syntax
| Parameter | Description |
|---|---|
| array | Parameter of the PERCENTRANK.INC function. |
| x | Parameter of the PERCENTRANK.INC function. |
| [significance] | (Optional.) Parameter of the PERCENTRANK.INC function. |
Examples
Employee performance percentile
=PERCENTRANK.INC(B2:B100, B15)
Benchmark a value
=PERCENTRANK.INC(D2:D500, 75000)
Ranking with precision
=PERCENTRANK.INC(A1:A50, 30, 5)
Common Errors
The value x is outside the range of the data set (less than the minimum or greater than the maximum).
The array is empty or contains no numeric values.
Tips
PERCENTRANK.INC is identical to PERCENTRANK. Use the .INC version for clarity and forward compatibility.
The smallest value in the array gets rank 0, and the largest gets rank 1. This is the inclusive behavior that distinguishes it from .EXC.
Convert raw test scores to percentile ranks to create a curve. Students can see where they stand relative to the class regardless of absolute score.
Try PERCENTRANK.INC in Viztab
Import your data and use PERCENTRANK.INC with 370+ other formulas. No signup required.
Open Viztab