Hello All,
I am looking to match the last name and the first letter of the first name for my employees and return the name as listed on another sheet based on the partial match.
So on my first sheet ListBill I have the names listed as last name, first name and middle initial in column L. Column A of this worksheet has the last name and Column B of that sheet contains the First Name and Middle Initial. Column L is the combining of those two columns.
Second Sheet named ADP is data pulled from another program it contains the last name, first name and middle initial in column A. The problem is the last name, first name middle initial from one sheet doesn't exactly match the second sheet. I am needing a formula that matches the ADP column A (first name last name middle initial) with the column L in the ListBill worksheet (combined last name first name and middle initial). I am currently using the Vlookup to match but am not using the false criteria for perfect match thus if there are multiple employees with the same last name it is returning the first one it comes to. I want to match the last name, and the first initial of the first name.
Does anyone have a solution?
I am currently using the formula below which would work great if there was not duplicates
=VLOOKUP(A2,ListBill!$A$39:$L$426,12)
I am looking to match the last name and the first letter of the first name for my employees and return the name as listed on another sheet based on the partial match.
So on my first sheet ListBill I have the names listed as last name, first name and middle initial in column L. Column A of this worksheet has the last name and Column B of that sheet contains the First Name and Middle Initial. Column L is the combining of those two columns.
Second Sheet named ADP is data pulled from another program it contains the last name, first name and middle initial in column A. The problem is the last name, first name middle initial from one sheet doesn't exactly match the second sheet. I am needing a formula that matches the ADP column A (first name last name middle initial) with the column L in the ListBill worksheet (combined last name first name and middle initial). I am currently using the Vlookup to match but am not using the false criteria for perfect match thus if there are multiple employees with the same last name it is returning the first one it comes to. I want to match the last name, and the first initial of the first name.
Does anyone have a solution?
I am currently using the formula below which would work great if there was not duplicates
=VLOOKUP(A2,ListBill!$A$39:$L$426,12)