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:

The use of the RANK function in excel Picture 1

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).

5 ★ | 2 Vote

May be interested

  • How to use Hlookup function on ExcelHow to use Hlookup function on Excel
    hlookup 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 ExcelHow to use the SUM function to calculate totals in Excel
    sum 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 ExcelHow to use the LEN function in Excel
    the 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 ExcelHow to use COUNTIF function on Excel
    the 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 ExcelHow to use the MOD function and QUOTIENT function in Excel
    injury 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 work8 little-known Excel functions that can save you a lot of work
    even 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 ExcelHow to use MID functions to get strings in Excel
    mid 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 functionHow to use Excel's VALUE function
    excel'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 ExcelHow to use the WRAPROWS function in Excel
    having 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 2016How to use the IFS function in Excel 2016
    the 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.