ID EN
#Statistical

PERCENTRANK.EXC

Excel Functions

Get percentile rank, exclusive

Syntax

EXCEL
=PERCENTRANK.EXC(array, x, [significance])

Arguments

Parameter Description
array Array of data values.
x Value to rank.
significance [optional] Number of significant digits in result. Defaults to 3.

Return Value

Calculated rank as a decimal value

Details

The Excel PERCENTRANK.INC returns the relative standing of a value within a data set as a percentage. For example, a test score greater than or equal to 80% of all test scores is said to be at the 80th percentile. In the example shown, the formula in C5 is: where "data" is the named range C5:C12. When x does not exist within the array, the function interpolates a value between data points. For example, when the x value of 4.00 is passed as an argument to the function, the percentage is interpolated to 44.4%, which lies between the percent ranks of 3.3 and 4.56, which are 37.5% and 50.0%, respectively. In the graph below, solid orange dots represent x values that are contained within the input array, while the outlined orange dots are values that are interpolated. Starting with Excel 2010,

Examples

Example 1

The Excel PERCENTRANK.INC returns the relative standing of a value within a data set as a percentage. For example, a test score greater than or equal

EXCEL
=PERCENTRANK.EXC(data,B5)

See Also

SMALL LARGE RANK PERCENTILE QUARTILE