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
- PI (PI Function) in Excel - How to use PI numbers in Excelpi (pi function) in excel - how to use pi numbers in excel. pi number is a mathematical constant with an approximate value of 3,1415926535897 ... we can find pi numbers in many trigonometric and geometric formulas. especially the formulas related to circles, ellipses, and spheres:
- How to use ADDRESS function in Excelthe address function in excel takes the number of rows and column numbers as arguments and returns the reference of the standard cell (cell address). for example, if you go to row 4 and column 3, the function returns c4.
- How to use the RANK function in Excelthe rank function in excel is a function used by many people in data processing. for accountants, the rank function is very popular.
- MIN function - The function returns the smallest value in the given numbers in Excelmin function: the function returns the smallest value in the given numbers. syntax: min (number1, [number2], ...)
- COUPNUM function - The function returns the number of interest payments on a security in Excelin the process of investing in securities, paying special interest is very important. it helps you calculate and plan a reasonable calculation and investment. the following article details the coupnum function - the function returns the number of interest payments of securities in excel.
- PERMUT function - The function returns the number of permutations of a given number of objects in Excelpermut function: the function returns the number of permutations of a given object. permutations are subsets of values where the position and number of elements in permutations are different. syntax: permut (number, number_chosen)
- The DAYS function - The function returns the number of days between 2 dates in Exceldays function: the function returns the number of days between 2 dates, the support function from excel 2013 onwards. syntax: days (end_date, start_date)
- PERMUTATIONA function - The function returns the number of permutations (can be repeated) of a given object in Excelpermutationa function: the function returns the number of permutations (can be repeated) of a given object. support functions from excel 2013 onwards. syntax: permutationa (number, number_chosen)
- Round a number in Excel (ROUND function)instructions on how to round numbers in excel, help calculate faster depending on how to round the number of digits after and before the comma, there are many number rounded functions in excel. 1. round a number using the round () function - meaning: rounds to the nearest number
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)