PERCENTILE.EXC Function: Microsoft Excel is a powerful data visualization and analysis program used all around the world. It uses spreadsheets to store, organize, or perform operations with formulas and functions. This application is developed for Windows, Mac, Android, and iOS.
In this article, you will learn the usage of Excel PERCENTILE.EXC Function with its syntax, explanation, and examples. Get an official version of MS Excel from the following link:
https://www.microsoft.com/en-in/microsoft-365/excel
Explanation of PERCENTILE.EXC Function
- It is one of the built-in functions in Microsoft Excel.
- This function returns the Kth percentile of the set of data where the value of k is 0 to 1.
- The percentile is a value below which a given percentage of values will be taken.
- You can use the percentile to find the 90th percentile, 80th percentile, and so on.
Syntax
- Here, you will see the syntax of the PERCENTILE.EXC function.
- To apply this function on your spreadsheet, you must select a cell and enter the formula in the following format.
- Once you enter the formula, click the Enter button to get the result.
=PERCENTILE.EXC(array, k)
Arguments Explanation:
- Array – It is the input array or range of data.
- K – This is the number that represents the kth percentile. It should be in the range of 0 to 1.
Note:
1) If k is less than or equal to 0 or greater than or equal to 1 and then this function returns #NUM! Error.
2) If the array is empty, it will return #NUM! Error.
3) K must be given as a decimal value that lies between 0 and 1 or a percentage (30%).
4) If K is a non-numeric value such as letters and symbols and then this function returns #VALUE! Error.
5) If k is not a multiple of 1/(n-1), PERCENTILE will insert to determine the value at the kth percentile.
Examples
Let’s see some examples to understand how PERCENTILE.EXC function will work.
- Initially, you must open your Excel workbook on your PC and launch the worksheet with data.
- For instance, we have given the input range in Column B and its Kth percentile values are given in Column D.
- Then, you must enter the formula in the cell below to get the result.
- After entering the formula, you need to click the Enter button to get the output.
- Once you get the output for the first cell, you have to drag down that cell to fill in the remaining values as shown in the below image.
- If k is less than or equal to 0 or greater than or equal to 1 and then this function returns #NUM! Error.
- If K is a non-numeric value such as letters and symbols and then this function returns #VALUE! Error.
From the above examples, you can clearly understand how to use PERCENTILE.EXC Function.
Wrap-Up
In the above article, you can clearly understand the usage of Excel PERCENTILE.EXC Function with its syntax, explanation, and examples. Share your feedback in the comment section. To learn more about Excel functions, then visit our webpage, Aawexcel.com.
Video Tutorial
You can use the following video to know how to apply Excel PERCENTILE.EXC function in the worksheet.
Read Ahead:
- How to Use Excel FLOOR.MATH Function?
- How to Use Excel FLOOR Function?
- How to Use Excel CEILING.PRECISE Function?
- How to Use Excel CEILING Function?
- How to Use Excel GCD Function?