On sheet1:
A B C
LastN FirstN EmployeeID
Smith John =Vlookup(A1,'Sheet2'!A:C,3)
..
..
..
On sheet2 is the actual list with all the employees with the same format.
A B C
LastN FirstN EmployeeID
... ..... .....
... ..... .....
... ..... .....
The above function works well until it hits two or more employees with the same lastname. Since my lookup_value is pointing only to values on A1.
Please help.... i want the formula to return my employee ID on Sheet2 base on the match it finds of the combo of LastN+FirstName from Sheet1.
I hope i explain myself.
Thanks Gurus...
Bookmarks