Microsoft® Excel® 2010 Formulas & Functions Inside Out
by Helmut Reinke Egbert Jeschke Sara Unverhau, Eckehard Pfeifer, Bodo Fienitz, and Jens Bock
PERCENTILE.EXC()
Syntax. PERCENTILE.EXC(array,k)
Definition. This function returns the k-quantile of the values in a range where k is between 0 and 1.
Arguments
array (required). The range of data that defines the relative standing of the data
k (required). A value between 0 and 1 exclusive
Note
If array has no data points, the function returns the #NUM! error.
If k isn’t a numeric expression, the PERCENTILE.EXC() function returns the #VALUE! error. For k ≤ 0 or k ≥ 1, the PERCENTILE.EXC() function returns the #NUM! error. If k isn’t a multiple of 1/(n – 1), PERCENTILE.EXC() interpolates to determine the value at the k quantile.
PERCENTILE.EXC() interpolates when the value for the given quantile is between two values in the range. If the quantile cannot ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access