RANK.AVG function - The function returns the rank of a number in a list of numbers in Excel
The following article introduces you to the RANK.AVG function - one of the functions in the group of statistical functions that is very popular in Excel.
Description: The function returns the rank of a number in a list of numbers whose size is in correlation with other values. If multiple values have the same rank -> the function returns the average rank. Support functions from Execl 2010 version onwards.
Syntax: RANK.AVG (number, ref, [order])
Inside:
- number : The value you want to find rank, is a required parameter.
- ref: Array or reference to a list of numbers, is a required parameter.
- order: The number indicates the order of the rank, an optional parameter.
Attention:
- If order is omitted -> the default function sorts the terms in descending order.
- If order ≠ 0 -> the default function sorts the terms in ascending order.
For example:
Determine the rank of the value 66 in the data array described in the following data table:
- Determine rank of 66 value in descending order. In a cell to calculate, enter the formula : = RANK.AVG (D6, D7: J7, D8)
- Press Enter -> rank of the value 66 is:
- Determine rank of 66 value in ascending order. In the cell to be calculated enter the formula : = RANK.AVG (D6, D7: J7, D8) -> Press Enter -> the return value is:
So with 2 different arrangements -> rankings of the same value are different.
Thus the value order ≠ 0 -> array are arranged in ascending order.
- In case there are 2 duplicate values with the same rank -> the function returns the average rank:
Above are instructions and some specific examples when using the RANK.AVG function in Excel.
Good luck!
You should read it
- PERCENTRANK function - The function returns the rank of the value in Excel
- The use of the RANK function in excel
- How to rank on Excel with RANK function
- How to use the RANK function in Excel
- PERCENTRANK.INC function - The function returns the rank of a value in a dataset as a percentage including values 0 and 1 in Excel
- PERCENTRANK.EXC function - The function returns the rank of a value in a dataset as a percentage excluding values 0 and 1 in Excel
- How to use the RANK and SUMPRODUCT functions in Excel with COUNTIF
- MEDIAN function - The function returns the median of the given numbers in Excel
May be interested
- RSQ - The function returns the square of the Pearson torque correlation coefficient in Excelrsq: the function returns the square of the pearson moment correlation coefficient through data points in known_ys and known_xs. syntax: rsq (known_ys, known_xs)
- SKEW function - The function returns the deviation of the distribution in Excelskew function: the function returns the deviation of the distribution - the deviation represents the asymmetry of the distribution around its axis. - negative deviations: the distribution with the asymmetric side extends more to the negative value. - positive deviation: the distribution with the asymmetric side extends much to g
- SLOPE function - The function returns the slope of a linear regression line through data points in Excelslope function: the function returns the slope of a linear regression line through data points. the slope is the vertical distance divided by the horizontal distance between any two points on that line, the rate of change along the regression line. syntax: slope (known_ys, known_xs)
- SMALL function - The function returns the kth smallest value in a dataset in Excelsmall function: the function returns the kth smallest value in a dataset. syntax: small (array, k)
- STANDARDIZE function - The function returns the normalized value from a specific distribution in Excelstandardize function: the function returns the normalized value from a distribution characterized by mean and standard_dev arguments. syntax: standardize (x, mean, standard_dev)
- STDEV.P function - The function returns the standard deviation based on the whole in Excelstdev.p: the function returns the standard deviation based on the whole population, ignoring logical values and text. standard deviation is a measure of the dispersion of values against the mean. support functions from excel 2010 onwards. syntax: stdev.p (number1, [number2] ,.