PERCENTILE function - The function returns the kth percentile in Excel

In mathematical computing, the percentile is a frequently applied process to study the percentile of values ​​in a defined data set. The following article details how to use the PERCENTILE function to calculate the kth percentile value.

In mathematical computing, the percentile is a frequently applied process to study the percentile of values ​​in a defined data set. The following article details how to use the PERCENTILE function to calculate the kth percentile value.

Description: The function performs returning the kth percentile of values ​​in the specified array or data range.

Syntax: PERCENTILE (array, k) .

Inside:

- array: An array or range of data to determine percentile for values, which is a required parameter.

- k: Percentage value to determine rank, is a required parameter. The value of k ranges from 0 to 1 including 1.

Attention:

- The value k must be in paragraph [0,1] otherwise the function returns the #NUM! Error value.

- If the value k is not in the form of numbers, the function returns the error value #VALUE!

- The case when k is not a multiple of 1 / (n-1) PERCENTILE function will interpolate to calculate percentile value.

For example:

Find the value of 0.9 percentile in the data array:

Picture 1 of PERCENTILE function - The function returns the kth percentile in Excel

In the cell to calculate the value enter the formula: = PERCENTILE (D13: L13, D14) -> Press Enter the result received is:

Picture 2 of PERCENTILE function - The function returns the kth percentile in Excel

So the 0.9th percentile has a value of 28.

Note: When entering the percentile value is always greater than or equal to 0 and less than or equal to 1. If the percentile value is greater than 1 error function:

Picture 3 of PERCENTILE function - The function returns the kth percentile in Excel

The percentile value is less than 0 error:

Picture 4 of PERCENTILE function - The function returns the kth percentile in Excel

Above is the way to use PERCENTILE function , you pay attention to the use and problem of entering percentile values ​​in the limit of 0 and 1.

Good luck!

You've just finished reading the article "PERCENTILE function - The function returns the kth percentile in Excel" edited by the TipsMake team. You can save percentile-function-the-function-returns-the-kth-percentile-in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV : PERCENTRANK function...
VARP function -... : NEXT »