PERCENTRANK.EXC()

SyntaxPERCENTRANK.EXC(array,x,significance)

Definition. This function returns the rank of a value (alpha) in a data set as a percentage (0 to 1, exclusive).

Arguments

Note

If array is empty, PERCENTRANK.EXC() returns the #NUM! error value.

If significance is less than 1, PERCENTRANK.EXC() returns the #NUM! error value.

If x does not match one of the values in the array, PERCENTRANK.EXC() interpolates to return the correct percentage rank.

Background. PERCENTRANK.EXC() and PERCENTRANK.INC() are the inverse functions of PERCENTILE.EXC() and PERCENTILE.INC(). This function calculates the relative position a of value x in a value set.

You will find more information about quantiles in the description of PERCENTILE().

Example. You find more information about the use of this function in the description of PERCENTRANK().

See Also

LARGE(), MAX(), MEDIAN(), MIN(), PERCENT.EXC(), PERCENT.INC(), QUARTILE.EXC(), QUARTILE.INC(), SMALL()