Rank using data in 3 columns

JV0710

Active Member
Joined
Oct 26, 2006
Messages
440
Office Version
  1. 365
  2. 2016
  3. 2013
Platform
  1. Windows
Good day . . . Please anyone help me with modifying this formula

=RANK(I2,I$2:I$51)+ SUMPRODUCT(--(I$2:I$51=I2),--(J$2:J$51>J2)) - copied down

This formula ranks column I and when there are duplicate values in column I it goes to column J and uses the data in column J to rank the duplicates in column I - so that there are no duplicate rankings

I now would like to use a third column ( column K ) as I also have duplicate values in column J

How do I edit the formula to include the data in column K

I have tried: =RANK(I2,I$2:I$51)+ SUMPRODUCT(--(I$2:I$51=I2),--(J$2:J$51>J2),--(K$2:K$51>k2)) but it does not work and gives me duplicate rankings

Thanks in advance

Joe
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi All

I have worked out an interim solution - I added column J & K and then used the original formula that I had - This works for this spreadsheet.
 
Upvote 0
JV0710,

You could try...

Excel 2007
IJKLM
1Rank
228
319
447
575
656
78343
88352
98324
10551
Sheet9
Cell Formulas
RangeFormula
M2=RANK(I2,I$2:I$51)+ SUMPRODUCT(--(I$2:I$51=I2),--(J$2:J$51>J2))+ SUMPRODUCT(--(J$2:J$51=J2),--(K$2:K$51>K2))
 
Upvote 0

Forum statistics

Threads
1,224,824
Messages
6,181,187
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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