EXCEL PERCENTILE.EXC FUNCTION

The Excel Percentile.Exc function returns the k’th percentile (that is, the number below which k percent of the data values fall) for a given range of values and a given k. (between 0 & 1 exclusive).

Syntax :

=PERCENTILE.EXC( 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 (exclusive).

Step By Step Guide of PERCENTILE.EXC Function

Example :

Column B of the spreadsheet below contains four examples of the Excel Percentile.Exc function, which was used to determine the k’th percentile of the data in columns A1-A4. A distinct value of k is supplied in each circumstance.

  • #NUM! – Occurs if either the specified k value is 1/(n+1) or more than n/(n+1) (where n is the number of values in the supplied array) 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