In Driver A League Table there is need to settle ties.
Do the LARGE formula again in L3 and fill down.
Then array enter this formula in K3 and fill down. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
Formula:
=INDEX('Race Scores'!$A$17:$A$34,MATCH(LARGE('Race Scores'!$D$17:$D$34-(ROW($A$3:$A$20)-MIN(ROW($A$3:$A$20))+1)/10^5,ROWS($3:3)),'Race Scores'!$D$17:$D$34-(ROW($A$3:$A$20)-MIN(ROW($A$3:$A$20))+1)/10^5,0))
Bookmarks