View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rob L Rob L is offline
external usenet poster
 
Posts: 29
Default Create a separate list of duplicates

I have a list (of names of employees inducted) called AllData. On another
sheet, I want to be able to enter a name in (say) A1, and have the rows
below list all the entries from AllData that have that name. This is (for
instance) to find all the "Smiths" and "Jones". Vlookup only finds the first
instance, so if we have inducted 3 people with the surname "Smolenskovnich",
then my new list would have all 3, and their induction details.

Example

A1 - Enter
"Smolenskovnich"

A3:C6 would then list....

LastName FirstName DateInducted
Smolenskovnich Ivan 1/1/08
Smolenskovnich Ivana 23/2/08
Smolenskovnich Evan 2/2/08

Thanks learned gurus.

OM
(Old Man learning Excel)