In this article, we will learn how to use Rank function in Microsoft Excel and where we need to use it in data.
We use Rank formula to return ranking of any number in the data. Mostly we use rank formula to show the ranking of students, sales agent, etc.
Let’s take an example and understand how to use rank formula in Excel
We have monthly sales data in Excel and we want to announce winner and top 5 runner up of the month according to the sales amount. To evaluate employee’s performance, we have to see the ranking of every employee and only than we can judge who is the winner along with top 5 runner-ups.
To return the ranking in descending order, follow below given steps:-
We can see the ranking in column D. Rank 1 is appearing in front of Driscoll, his sales amount is high among all of the employees
Now we will highlight to winner with Green color and top 5 runner up with yellow color, follow below steps:-
To highlight the top 5 runner up, follow below steps:-
This is the way we can use rank formula in our data to show the winner or loser in Microsoft Excel.
If you liked our blogs, share it with your friends on Facebook. And also you can follow us on Twitter and Facebook.
We would love to hear from you, do let us know how we can improve, complement or innovate our work and make it better for you. Write us at info@exceltip.com
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.
What if we have to guys tops the league. Ex. A has 372 & B also has 372. C has 250....etc.
Can we use above formula over here or any another formula. This is actually a case if duplicates and we can not remove them from list.
Pls help, need your expert advice.
Hi Sumit,
You can apply this formula :- =IF(COUNTIF($A$1:A1,A1)=1,RANK($A1,$A$1:$A$5,0),MAX(B1:B$1)+1)
Thanks
Site Admin