Hi,
I am looking for a betterway than vlookup's to find matches or differences in names from 2 sets of columns.
Column A has the name from one system
Column B has the name from another system
is it possible to compare the lists and show all possible matches for each name from one of the systems.
for example
a2 has John Smith
what I would like to do is check for all matches of the name john smith, and copy the name that is being checked and any matches to another sheet all on a row, like: -
John Smith jon Smith John Smythe John Smith
if we only have 1 match and it is a 100% match then I need to be able to show this.
We have approx 300 employees that have to have the names checked and pay each month to ensure we have 2 systems that are matching, vlookups work well to a point but only highlight exact mtaches, I am looking for a way to check for variances in cells.
Like the different ways to spell, Claire, JOhn, Steve, Chris etc.
I was hoping a loop whcih could check each cell and then use a % of match to determine if it is a close match or not then copy the find to a row as above to give me the options.
I am not sure if i have highlighted correctly what I am after but google hasnt shown me any real ways to do this.
Hope this is of use, Rob.
I am looking for a betterway than vlookup's to find matches or differences in names from 2 sets of columns.
Column A has the name from one system
Column B has the name from another system
is it possible to compare the lists and show all possible matches for each name from one of the systems.
for example
a2 has John Smith
what I would like to do is check for all matches of the name john smith, and copy the name that is being checked and any matches to another sheet all on a row, like: -
John Smith jon Smith John Smythe John Smith
if we only have 1 match and it is a 100% match then I need to be able to show this.
We have approx 300 employees that have to have the names checked and pay each month to ensure we have 2 systems that are matching, vlookups work well to a point but only highlight exact mtaches, I am looking for a way to check for variances in cells.
Like the different ways to spell, Claire, JOhn, Steve, Chris etc.
I was hoping a loop whcih could check each cell and then use a % of match to determine if it is a close match or not then copy the find to a row as above to give me the options.
I am not sure if i have highlighted correctly what I am after but google hasnt shown me any real ways to do this.
Hope this is of use, Rob.