Hi All,
I have created a golf leaderboard and i'm trying to have any duplicate values assigned with a T to define Tied
For example:
Player Score Rank
Player 1 -3 1
Player 2 -1 T2
Player 3 -1 T2
Player 4 +1 4
the formula i'm using is =IF(OR(L4=L5,L4=L3),"T"&L4,L4) but only some are displaying the T even though they match the criteria?? but when I click inside the function box to check the code it changes and works??
so I don't know what is going on - any ideas would be grateful
I have created a golf leaderboard and i'm trying to have any duplicate values assigned with a T to define Tied
For example:
Player Score Rank
Player 1 -3 1
Player 2 -1 T2
Player 3 -1 T2
Player 4 +1 4
the formula i'm using is =IF(OR(L4=L5,L4=L3),"T"&L4,L4) but only some are displaying the T even though they match the criteria?? but when I click inside the function box to check the code it changes and works??
so I don't know what is going on - any ideas would be grateful
Cell Formulas | ||
---|---|---|
Range | Formula | |
B4 | B4 | =Scorecard!B196 |
C4:C36 | C4 | =IF(OR(L4=L5,L4=L3),"T"&L4,L4) |
D4:D36 | D4 | =IF(SUM(G4:J4)-(COUNTA(G4:J4)*$B$2)=0,"E",(SUM(G4:J4)-(COUNTA(G4:J4)*$B$2))) |
B5 | B5 | =Scorecard!B97 |
B6,B8,B11,B18 | B6 | =Scorecard!B190 |
B7 | B7 | =Scorecard!B142 |
B9 | B9 | =Scorecard!B115 |
B10 | B10 | =Scorecard!B204 |
B12 | B12 | =Scorecard!B165 |
B13,B29 | B13 | =Scorecard!B51 |
B14 | B14 | =Scorecard!B109 |
B15 | B15 | =Scorecard!B15 |
B16 | B16 | =Scorecard!B167 |
B17,B22 | B17 | =Scorecard!B91 |
B19 | B19 | =Scorecard!B79 |
B20,B33 | B20 | =Scorecard!B157 |
B21 | B21 | =Scorecard!B74 |
B23 | B23 | =Scorecard!B39 |
B24 | B24 | =Scorecard!B64 |
B25 | B25 | =Scorecard!B151 |
B26 | B26 | =Scorecard!B83 |
B27 | B27 | =Scorecard!B46 |
B28 | B28 | =Scorecard!B139 |
B30 | B30 | =Scorecard!B203 |
B31 | B31 | =Scorecard!B44 |
B32 | B32 | =Scorecard!B6 |
B34 | B34 | =Scorecard!B36 |
B35 | B35 | =Scorecard!B177 |
B36 | B36 | =Scorecard!B31 |
G4:J36 | G4 | =RANDBETWEEN(72,78) |
K4:K36 | K4 | =SUM(G4:J4) |
L4:L36 | L4 | =RANK(K4,$K$4:$K$203,1) |