EXCEL PERCENTILE.INC FUNCTION

The Excel Percentile.Inc function will return the k’th percentile (that is, the number under which k percent of the datasets fall) for a given range of values and a given k. (between 0 & 1 inclusive).

Syntax :

=PERCENTILE.INC( arrayk )

Parameters :

  • Array – The array of data values for which the k’th percentile should be calculated.
  • k – The needed percentile value, between 0 and 1 (inclusive).

Step By Step Guide of PERCENTILE.INC Function

Example :

Columns B of the worksheet below contains four instances of the Excel Percentile.Inc function, which was used to compute the k’th percentile of the data in columns A1-A6. A distinct value of k is supplied in each circumstance.

  • #NUM! – Occurs if either the specified k value is 0 or more than one, or the supplied array is empty.
  • #VALUE! – Occurs if the value of k provided is not a number.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now