View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JPreeshl JPreeshl is offline
external usenet poster
 
Posts: 13
Default 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.