lookup when there is multiple same numbers
I am trying to extract names from a column that have the same team numbers.
NAMES TEAM#
jeff 1
jay 2
tom 3
jim 1
dave 2
rick 3
I want to lookup team 1 then extract all 3 names on that team. Then I want
to do the same for all the teams.
A vlookup just returns the first number.
|