PERCENTRANKEXC
Calculates the exclusive percentage rank of a value within a dataset to determine its relative position among other values.
Syntax
PERCENTRANKEXC(array, x, [significance])Arguments
Example
PERCENTRANKEXC(10,20,30,40,50, 30)
// Returns 0.5
PERCENTRANKEXC(10,20,30,40,50, 20)
// Returns 0.25
PERCENTRANKEXC(10,20,30,40,50, 40)
// Returns 0.75
Excel Equivalent
FAQs
Last updated
Was this helpful?