How to give different rankings to same values in a column

sayseee

New Member
Joined
Nov 25, 2021
Messages
22
Office Version
  1. 2019
Platform
  1. Windows
How do I rank same values in a column as seen below.

ScoreRankNeededOr
6.06545
4.85666
9.69212
6.06554
9.69221
7.75333


Thank you
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Try

Book1
ABCDEF
1ScoreRankNeeded
26.0654
34.8566
49.6921
56.0655
69.6922
77.7533
Sheet1
Cell Formulas
RangeFormula
C2:C7C2=RANK(A2,$A$2:$A$7,0)+COUNTIF($A$2:A2,A2)-1
 
Upvote 0
Excel Formula:
=RANK(A2,$A$2:$A$7,0)+COUNTIF($A$2:A2,A2)-1
is the one I was trying to use and was not helping.

Strangely this
Excel Formula:
=RANK(A2,($A$2:$A$7),0)
was able to do the job.

Thank you for your help.(y)
 
Upvote 0
How does it works? it gives same rank

Book1
ABCDE
1ScoreRankNeededOr???
26.065454
34.856666
49.692121
56.065544
69.692211
77.753333
Sheet12
Cell Formulas
RangeFormula
C2:C7C2=RANK(A2,$A$2:$A$16,0)+COUNTIF($A$2:A2,A2)-1
E2:E7E2=RANK(A2,($A$2:$A$7),0)



Which does not meet your needed criteria :unsure:
 
Upvote 0

Forum statistics

Threads
1,215,206
Messages
6,123,639
Members
449,111
Latest member
ghennedy

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