Syntax
| Parameter | Description |
|---|---|
| array | Parameter of the PERCENTRANK function. |
| x | Parameter of the PERCENTRANK function. |
| [significance] | (Optional.) Parameter of the PERCENTRANK function. |
Examples
Student percentile rank
=PERCENTRANK(C2:C200, C5)
Product ranking
=PERCENTRANK(D2:D50, 150)
With significance
=PERCENTRANK(A1:A100, 42, 4)
Common Errors
Returned when the value x is not within the range of values in the array (below the minimum or above the maximum).
Returned when the array contains fewer than 1 numeric value.
Tips
The optional significance argument defaults to 3, giving results like 0.852. Increase it for finer precision if needed.
If x falls between two data points, PERCENTRANK interpolates linearly. The value doesn't need to exist in the data set.
PERCENTRANK and PERCENTILE are inverses. If PERCENTILE(data, 0.75) = 500, then PERCENTRANK(data, 500) = 0.75.
Try PERCENTRANK in Viztab
Import your data and use PERCENTRANK with 370+ other formulas. No signup required.
Open Viztab