Based on the percentage of a specific value in a given dataset, the PERCENTRANK function returns the rank of that value in the dataset. If you have a list of numerical data, this function allows you to assess the position of a data point within it quickly.
PERCENTRANK Function and Examples
Guide on Using PERCENTRANK Function in Excel - Illustrated Examples
Syntax: PERCENTRANK(array, x, significance)
Where:
- array: Mandatory – Represents the data array or range.
- x : Mandatory – Indicates the value for which you want to determine the rank.
- Significance : Optional – Specifies the number of significant digits in the returned result.
Illustrative Example
Consider an Excel spreadsheet with real values corresponding to the parameters of the PERCENTRANK function. In this example, we calculate with a data array consisting of 5 values: 5, 3, 2, 4, 1, and the value we want to know the rank of:
Enter the formula in cell C8. The computed result of the function when the rank-seeking value is 2 is 0.25:
Now you know how to use the PERCENTRANK function in Excel. While computing with this function, you can add data for the last parameter value in the function to specify the significant digits of the returned percentage value, ensuring accurate computation according to your requirements. Additionally, explore various other percentage calculation methods in Excel.
