Hi
I have created a spreadsheet for a charity golf competition. I enter all the teams scores and have a tab 'Rank calc' that ranks all the scores and has a formula to work out the equal ranks e.g. 4th equal. But it is not working properly and I can't work out what the error is. The competition is on Friday, so if someone can help fix the ranking or knows another way to do the same this please let me know.
Thank you
I have created a spreadsheet for a charity golf competition. I enter all the teams scores and have a tab 'Rank calc' that ranks all the scores and has a formula to work out the equal ranks e.g. 4th equal. But it is not working properly and I can't work out what the error is. The competition is on Friday, so if someone can help fix the ranking or knows another way to do the same this please let me know.
Thank you
Cell Formulas | ||
---|---|---|
Range | Formula | |
A2:A31 | A2 | ='Score Card'!C3 |
B2:B31 | B2 | ='Score Card'!AC3 |
C2:C31 | C2 | =RANK(B2,$B$2:$B$27,0)+COUNTIF($B$2:B2,B2)-1 |
E2 | E2 | =IF(G2=G3,1 & "=",1) |
F2:F31 | F2 | =OFFSET(A$2,MATCH(SMALL(C$2:C$31,ROW()-ROW(F$2)+1),C$2:C$31,0)-1,0) |
G2:G31 | G2 | =INDEX($A$1:$B$31, MATCH(F$2:F$31,$A$1:$A$31,), MATCH("Score",$A$1:$B$1,)) |
E3:E31 | E3 | =IF(G3=G2,LEFT(E2,LEN(E2)-1) & "=",IF(G3=G4,ROW()-2+1 & "=",ROW()-2+1)) |