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
=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