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