Help with if formula based on values

kypok999

New Member
Joined
Oct 20, 2017
Messages
41
Hi Guys need help with below formula as per image current formula is looking into ranking based on A2 which is fine but if I get duplicate value in column AM like line 5 and 6 I want it to give the same ranking in this case it would be 4 and 4

Thank you
WPaTs


Image:

WPaTs
https://imgur.com/a/WPaTs
 
981981
902902####
603603
554554
555554
466465now shows rank 5 for 46
337336
208207
using large function, then looking for duplications
and if found use the rank of the first one
####
=IF(G2=G1,F1,H1+1)

<colgroup><col width="64" span="13" style="width:48pt"> </colgroup><tbody>
</tbody>
 
Upvote 0

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Book1
AALAM
1concatinateSpd RtgSpd Rnk
2a681
3a612
4a612
5a593
6a593
7a564
8a564
9a545
10a516
11a407
12a08
Sheet1
Cell Formulas
RangeFormula
AM2=IF(A1=A2,IF(AL1=AL2,AM1,AM1+1),1)


I beg to differ ...

WBD
 
Upvote 0
AALAM
1concatinateSpd RtgSpd Rnk
2a681
3a612
4a612
5a593
6a593
7a564
8a564
9a545
10a516
11a407
12a08

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
AM2=IF(A1=A2,IF(AL1=AL2,AM1,AM1+1),1)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



I beg to differ ...

WBD

Sorry I am complete nob... all fixed thank u
 
Upvote 0

Forum statistics

Threads
1,216,120
Messages
6,128,948
Members
449,480
Latest member
yesitisasport

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