Hello Excel Gurus
Well i've pulled enough hair that i thought I should ask the experts.
I have a large table of employee names, approximately 1000. We have a phone operator that actually scrolls through this list to find the name of the person they are looking for...can you say boring?
Anyway, what I would like to do is put something together that allows them to enter the first name of the person in a cell and have it return all of the unique entries with that name, which of course would include their extension number in a new table.
Vlookup won't work, and i'm trying an Offset Match in the following format, but am stuck because it will only return one entry as well.
=OFFSET('Formatted Data'!$A$1,MATCH($B$1,'Formatted Data'!$A$2:$A$1000,0),1)
Well i've pulled enough hair that i thought I should ask the experts.
I have a large table of employee names, approximately 1000. We have a phone operator that actually scrolls through this list to find the name of the person they are looking for...can you say boring?
Anyway, what I would like to do is put something together that allows them to enter the first name of the person in a cell and have it return all of the unique entries with that name, which of course would include their extension number in a new table.
Vlookup won't work, and i'm trying an Offset Match in the following format, but am stuck because it will only return one entry as well.
=OFFSET('Formatted Data'!$A$1,MATCH($B$1,'Formatted Data'!$A$2:$A$1000,0),1)