PERCENTILEINC
Calculates the percentile of a dataset to find the value below which a given percentage of data falls.
Syntax
PERCENTILEINC(array, k)Arguments
Example
PERCENTILEINC(10,20,30,40,50,60,70,80, 0.25)
// Returns 27.5
PERCENTILEINC(10,20,30,40,50,60,70,80, 0.5)
// Returns 45
PERCENTILEINC(10,20,30,40,50,60,70,80, 0.75)
// Returns 62.5
Excel Equivalent
FAQs

Last updated
Was this helpful?