frabulator
Active Member
- Joined
- Jun 27, 2014
- Messages
- 256
- Office Version
- 2019
- Platform
- Windows
I have a list of names in this format:
Doe, John E
and a list of names in this format:
John Doe
I am looking for a way to either A). Match the names and see which names show up on both list, or B). Compare the names in the columns to see which has the closest match (as in, 7 characters, and all 7 of those characters appear in each the same number of times, therefore pretty sure they are the same person).
Any easy way of doing this in VBA?
Doe, John E
and a list of names in this format:
John Doe
I am looking for a way to either A). Match the names and see which names show up on both list, or B). Compare the names in the columns to see which has the closest match (as in, 7 characters, and all 7 of those characters appear in each the same number of times, therefore pretty sure they are the same person).
Any easy way of doing this in VBA?