RANK.EQ Help with possible duplicate values

DRExcel515

Board Regular
Joined
Oct 20, 2017
Messages
56
I have a bunch of formulas set up that bring in identifiers then a formula that brings in the percentage of the total value of a holding in column "F". In column "B" I was using the Rank.eq formula to rank the positions based on the value in column "F". The problem I ran into this month is that there were two sets of identical values in column "F", thus giving them the same ranking value. Is there a way to avoid this without changing the value of the data in column "F". I was thinking of using a =F+ROW()/1000000, but I really don't want to alter the % value in column "F" at all if I can help it. Any help would be much appreciated.

Thanks!
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney

Excel 2010
BCDEF
1rankingvalues
291
355
464
582
647
719
829
939
1073
Sheet6
Cell Formulas
RangeFormula
B2=RANK.EQ(F2,$F$2:$F$10)+COUNTIFS(F$2:F2,F2)-1
B3=RANK.EQ(F3,$F$2:$F$10)+COUNTIFS(F$2:F3,F3)-1
B4=RANK.EQ(F4,$F$2:$F$10)+COUNTIFS(F$2:F4,F4)-1
B5=RANK.EQ(F5,$F$2:$F$10)+COUNTIFS(F$2:F5,F5)-1
B6=RANK.EQ(F6,$F$2:$F$10)+COUNTIFS(F$2:F6,F6)-1
B7=RANK.EQ(F7,$F$2:$F$10)+COUNTIFS(F$2:F7,F7)-1
B8=RANK.EQ(F8,$F$2:$F$10)+COUNTIFS(F$2:F8,F8)-1
B9=RANK.EQ(F9,$F$2:$F$10)+COUNTIFS(F$2:F9,F9)-1
B10=RANK.EQ(F10,$F$2:$F$10)+COUNTIFS(F$2:F10,F10)-1
 
Upvote 0

Forum statistics

Threads
1,215,034
Messages
6,122,782
Members
449,095
Latest member
m_smith_solihull

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