Name the second-best rep with LARGE and INDEX
Combine ranking with a lookup to return a name, not just a number.
LARGE · INDEX · MATCH
Returns the nth largest value — the third-best rep, not just the best. Below are 1 interactive exercise that put it to work on realistic business data — you write the formula, and get told exactly what went wrong when it does not work.
LARGE(array, k)
Ordered from most approachable to hardest.
Returns the nth largest value — the third-best rep, not just the best. It belongs to the statistical functions family, and it shows up constantly in real work — which is why it is worth being genuinely fluent rather than merely familiar.
Before this one, it helps to be comfortable with MAX. The exercises below assume that ground is covered.
Reading about a function is not the same as being able to write it. The exercises on this page exist because the gap between recognising LARGE and producing it from memory, correctly, on data you have not seen before, only closes by doing it.