See attached example:
I used a helper column to determine if players' starting year was the input year. (I created an input cell where you can enter the start year of interest).
So you enter the year in the input cell (e.g. in cell U1) and then the formula in the helper column lists TRUE's for all players who started in that year.
Then you filter that column (Column S) by TRUE....
Formula used in S2:
=MIN(IF($B$2:$B$603&$C$2:$C$603=B6&C6,$A$2:$A$603))=$U$1
which is confirmed with CTRL+SHIFT+ENTER not just ENTER. It is an array formula.
Bookmarks