Rank based on 2 columns

James_Latimer

Active Member
Joined
Jan 20, 2009
Messages
415
Excel - O365

Hi all,

I'm having a mental block and need some help from the ever amazing Excel gurus.

I have two columns of values, 'number of submissions' and '% won'. I want to rank my data based on % won (descending), then based on that use number of submissions (descending).
So...
rank.jpg


Ideally i need the ranks to be unique too (which is adding to my headache) so that i don't get duplicate ranks.

I've looked at this for so long that i'm starting to question whether some of these words i'm reading even exist...

Thanks in advance to anyone who can offer me some assistance.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
This isnt going to prevent duplicate ranks if both criteria are the same but id have thought the point of the 2nd criteria is to negate that chance? Anyway you could try:

=RANK(B2,$B$2:$B$4)+COUNTIFS($B$2:$B$4,B2,$A$2:$A$4,">"&A2)
 
Upvote 0

Forum statistics

Threads
1,214,386
Messages
6,119,215
Members
448,874
Latest member
b1step2far

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