Problem:
Listed in Range A2:C6 are players (column C) and their matching teams and scores (columns D:E).
How could we create a formula that will retrieve the second highest score in column C matching each team in column E?
Solution:
Using the LARGE function in an array formula, as follows:
{=LARGE(($B$2:$B$6=E2)*($C$2:$C$6),2)}
(To create Array formula: select the cell after typing the formula,press F2 and then press Ctrl+Shift+Enter)
Bookmarks