Desu Nota from Columbus
Well-known Member
- Joined
- Mar 17, 2011
- Messages
- 556
I am comparing a list of names of current employees against a training log that dates back 6 years ago. If a name appears in the training log, but not in my current employees list, Column K will show FALSE. If the employee exists in both logs, the value shows TRUE.
I am matching First Name and Last Name in adjacent cells with the following formula:
=SUMPRODUCT(--('Currrent Employees'!$A$1:$A$239=B16),--('Currrent Employees'!$B$1:$B$239=C16))>0
Is there a way to circumvent this problem:
In one list the name is: Mohamed Jones
In the other list: Mohamed A. Jones
The first name is listed as Mohamed A. one place and then in the other Mohamed so the formula doesn't recognize this person.
If there was a way to trim all first names at the first space (so John C. becomes John and Anthony (Tony) becomes Anthony) this problem would be solved.
I am matching First Name and Last Name in adjacent cells with the following formula:
=SUMPRODUCT(--('Currrent Employees'!$A$1:$A$239=B16),--('Currrent Employees'!$B$1:$B$239=C16))>0
Is there a way to circumvent this problem:
In one list the name is: Mohamed Jones
In the other list: Mohamed A. Jones
The first name is listed as Mohamed A. one place and then in the other Mohamed so the formula doesn't recognize this person.
If there was a way to trim all first names at the first space (so John C. becomes John and Anthony (Tony) becomes Anthony) this problem would be solved.