Hello all,
I need to compare two lists. In List A I need to find people who are present in list B. But the problem is that the names in list B are not always complete. I need to use a formula to minimize the time spent.
Detail:
List A contains all the employees. This list contains the full names of employees. If there's a middle name, or if there are two last names, it'll be present in this one.
List B Contains only the people whose bonuses are approved. But in this list, the names are simplified, as in, the middle name or the second last name might not be present.
The task is to populate List A with the data from List B. If a person from List A is present in List B, we should get "Bonus Approved" as result. If a person from List A is not present in List B, then there could be an error, an empty cell, or a text like "Bonus not approved", this is not very important, but nice to have.
I tried VLOOKUP, but obviously, the results are not complete as the values in the "Name" columns is not always matching exactly.
How can modify the formula, or use another one to make sure that even if a name is partially present in list B, the results are shown in List A?
Example file: Internet Share - Google Drive
I need to compare two lists. In List A I need to find people who are present in list B. But the problem is that the names in list B are not always complete. I need to use a formula to minimize the time spent.
Detail:
List A contains all the employees. This list contains the full names of employees. If there's a middle name, or if there are two last names, it'll be present in this one.
List B Contains only the people whose bonuses are approved. But in this list, the names are simplified, as in, the middle name or the second last name might not be present.
The task is to populate List A with the data from List B. If a person from List A is present in List B, we should get "Bonus Approved" as result. If a person from List A is not present in List B, then there could be an error, an empty cell, or a text like "Bonus not approved", this is not very important, but nice to have.
I tried VLOOKUP, but obviously, the results are not complete as the values in the "Name" columns is not always matching exactly.
How can modify the formula, or use another one to make sure that even if a name is partially present in list B, the results are shown in List A?
Example file: Internet Share - Google Drive