Get percentile rank, inclusive
=PERCENTRANK(array, x, [significance])
| Parameter | Description |
|---|---|
array |
Array of data values. |
x |
Value to rank. |
significance |
[optional] Number of significant digits in result. Defaults to 3. |
The PERCENTRANK function returns the relative standing of a value within a data set as a percentage. For example, a test score greater than 80% of all
=PERCENTRANK(data,B5)