This is totally backward from the usual way of doing things. I'm trying to find who is in a list and their names are in all different formats. In workbook 1, I have a list of full names that looks like this:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Column A[/TD]
[/TR]
[TR]
[TD]tsmith[/TD]
[/TR]
[TR]
[TD]mark.wilson[/TD]
[/TR]
[TR]
[TD]jones, teddy[/TD]
[/TR]
[TR]
[TD]hampton-james-w[/TD]
[/TR]
[TR]
[TD]franklin m. thomas[/TD]
[/TR]
</tbody>[/TABLE]
In workbook 2, I have a list of last last names:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Column A[/TD]
[/TR]
[TR]
[TD]Appleton[/TD]
[/TR]
[TR]
[TD]Hampton[/TD]
[/TR]
[TR]
[TD]Jones[/TD]
[/TR]
[TR]
[TD]Oppenheimer[/TD]
[/TR]
[TR]
[TD]Smith[/TD]
[/TR]
[TR]
[TD]Veras[/TD]
[/TR]
[TR]
[TD]Wilson[/TD]
[/TR]
</tbody>[/TABLE]
Not all names in workbook 1 will be in workbook 2 and vice versa.
How can I compare the partial contents of the cells in workbook 1 with the range of cells containing the last names in workbook 2 so that I can get a true if workbook 1 has a match in workbook 2?
It's a real head scratcher, for sure!
Thank you for any insight!
=EddieW=
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Column A[/TD]
[/TR]
[TR]
[TD]tsmith[/TD]
[/TR]
[TR]
[TD]mark.wilson[/TD]
[/TR]
[TR]
[TD]jones, teddy[/TD]
[/TR]
[TR]
[TD]hampton-james-w[/TD]
[/TR]
[TR]
[TD]franklin m. thomas[/TD]
[/TR]
</tbody>[/TABLE]
In workbook 2, I have a list of last last names:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Column A[/TD]
[/TR]
[TR]
[TD]Appleton[/TD]
[/TR]
[TR]
[TD]Hampton[/TD]
[/TR]
[TR]
[TD]Jones[/TD]
[/TR]
[TR]
[TD]Oppenheimer[/TD]
[/TR]
[TR]
[TD]Smith[/TD]
[/TR]
[TR]
[TD]Veras[/TD]
[/TR]
[TR]
[TD]Wilson[/TD]
[/TR]
</tbody>[/TABLE]
Not all names in workbook 1 will be in workbook 2 and vice versa.
How can I compare the partial contents of the cells in workbook 1 with the range of cells containing the last names in workbook 2 so that I can get a true if workbook 1 has a match in workbook 2?
It's a real head scratcher, for sure!
Thank you for any insight!
=EddieW=