Listing of different names with same rankings

mujeebpc

New Member
Joined
Jan 31, 2022
Messages
3
Office Version
  1. 2007
Platform
  1. Windows
I have a set of stundents list with their ranking.
Some stundents have same ranking.
How can get the lis of different students names with same rankings?
 

Attachments

  • Student Ranking.png
    Student Ranking.png
    44.7 KB · Views: 7

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
add a small number to column A for example row()/10000 and then your rankings aren't the same anymore.
 
Upvote 0
add a small number to column A for example row()/10000 and then your rankings aren't the same anymore.
Values in Column A is getting through a formula, then how I can add value there ?
 
Upvote 0
add in that same formula your row divided by 10000
Excel Formula:
=myformula+row()/10000
 
Upvote 0
How about
Excel Formula:
=INDEX($B$2:$B$10,SMALL(IF($A$2:$A$10=D2,ROW($B$2:$B$10)-ROW($B$2)+1),COUNTIF(D$2:D2,D2)))
This needs to be confirmed with Ctrl Shift Enter.
 
Upvote 0
Solution
How about
Excel Formula:
=INDEX($B$2:$B$10,SMALL(IF($A$2:$A$10=D2,ROW($B$2:$B$10)-ROW($B$2)+1),COUNTIF(D$2:D2,D2)))
This needs to be confirmed with Ctrl Shift Enter.
Working! ?
Thank you ?
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,018
Messages
6,122,703
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top