The use of the RANK function in excel
The Rank function is a relatively common function and is widely used in the office world, and especially by accountants. So, what is the Rank function and how is it often applied in work? Let's find out in the following article.
1. RANK function in excel accounting
When you are working with spreadsheets that contain multiple rows, you can arrange the worksheet in a certain order, so that you can know the position of a row in order to use the RANK function.
The RANK function is a function that returns the rank of a number in a list of numbers, the rank of a number is its value rank, compared to other values in the list of numbers. It is similar to data organization but has superior results and is easier to manage.
2. Methods and usage of the RANK function
Syntax: = RANK (number, ref, [order])
+ Number: is the value to be ranked in the block
+ Ref: is a data block or a list. Note: After selecting the list block must be F4 (1 time) to fix the column and row of that list, to give an accurate ranking.
+ Order: sort order (ascending or descending).
- If order is 0 or omitted, Excel will calculate the rank of the numbers as if the list were sorted in descending order (from large to small)
- If order is 1, Excel will calculate the rank of numbers as if the list was sorted in ascending order (from small to large)
***For example
We have a list of directors, accountants and sales executives as in the table below, to know the salary rankings of directors, accountants and business executives in the list we will use the following formula:
= RANK (D4, $ D $ 4: $ D $ 8.0)
+ In which: D4 is the cell containing the salary value to find, rank, $ D $ 4: $ D $ 8 is the area where the rank is compared. 0 is a ranking method, here if we want to know who has the highest salary, we need to arrange it in descending order so we need to use the value 0.
And we will get the following result:
With the same numbers will have the same rank but affect the next ranking it.
In the above example, there are 2 people with equal salary of 4,500,000, which are ranked equal to 2. In this case called rank, the RANK function will solve by omitting the next rank value. . So, the next ranking will appear is 4 (no one has a rank 3).
You should read it
- How to rank on Excel with RANK function
- How to use the RANK function in Excel
- RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values with the same rank in Excel
- PERCENTRANK function - The function returns the rank of the value in Excel
- How to use the RANK and SUMPRODUCT functions in Excel with COUNTIF
- 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
- If you want to climb quickly to rank Truth Arena, quit these habits
May be interested
- How to use Hlookup function on Excelhlookup function basically also has the function syntax and features like vlookup function, which is to help users find data in excel table, with the conditions or given information. here is the guide for using the hlookup function in detail.
- How to use the SUM function to calculate totals in Excelsum is a popular and very useful excel function, and is also a basic arithmetic function. as its name suggests, the sum function is used to calculate totals in excel. and the parameters can be single parameters or ranges of cells. in this article, tipsmake.com will guide you to use the sum function to calculate the sum in excel, the common errors when calculating sum by sum and how to fix it.
- How to use the LEN function in Excelthe len function in excel is used to measure the length of a certain string of characters, including spaces and correctly return the total character for the user.
- How to use COUNTIF function on Excelthe countif function on excel is the cell count function to satisfy the given condition, often used in statistics tables.
- How to use the MOD function and QUOTIENT function in Excelinjury in excel has many ways of doing it, can be used manually or using the calculation function.
- 8 little-known Excel functions that can save you a lot of workeven seasoned excel users often find themselves stuck performing tasks manually that could be automated with a few clever functions.
- How to use MID functions to get strings in Excelmid function in excel is a function that takes the middle character string corresponding to the value that the user requires to perform.
- How to use Excel's VALUE functionexcel's value function will convert a string to a digital form, which can be combined with other functions such as left function, right function, mid function.
- How to use the WRAPROWS function in Excelhaving trouble with handling large data sets in excel? then learn how to use the wraprows function to split them into more manageable rows.
- How to use the IFS function in Excel 2016the ifs function in excel is a logical function introduced in excel 2016. this function is a function that replaces the nested if function and is much easier to use. the ifs function checks one or more conditions and returns a value that meets the first true condition.