R
Richth
Column A (A1:A15) displays ranked values (from 1 to 15) from quiz results
using the formula: =RANK(P1,P115,0) from scores in column P. Column B
(B1:B15) displays Team names.
To display results of the ranking for the top 5 teams, cells C20:C25 contain
numbers 1 - 5, and cells D2025 contain formula:
=VLOOKUP($C20,$A$1:$B$15,2,FALSE).
Problem: If two teams happen to tie for 1st place (for example), the VLOOKUP
in D21 will fail because there is no value equal to 2 in A1:A15 range. How
can/should I deal with that?
using the formula: =RANK(P1,P115,0) from scores in column P. Column B
(B1:B15) displays Team names.
To display results of the ranking for the top 5 teams, cells C20:C25 contain
numbers 1 - 5, and cells D2025 contain formula:
=VLOOKUP($C20,$A$1:$B$15,2,FALSE).
Problem: If two teams happen to tie for 1st place (for example), the VLOOKUP
in D21 will fail because there is no value equal to 2 in A1:A15 range. How
can/should I deal with that?