hsandeep
Well-known Member
- Joined
- Dec 6, 2008
- Messages
- 1,226
- Office Version
- 2010
- Platform
- Windows
- Mobile
I am doing vlookup_value on Names in workbook1 column X5:X9999 with table_array in another workbook2 column E5:E9999.
Names contains Maximum 4 words of alphabets & each word separated by a blank. But due to punching error there has been slight variation in the spelling & so I am unable to perform vlookup.
Is there any method which can be used so that the names are MATCHED even if slight variation is there. I have been trying with different ideas but not zeroing down to one idea. Any help?
Ex:
Workbook1
X5=PETER G ENGLISH COMMANDAR
Workbook2
E5=PETER G ENGLIS COMMANDER
These 2 names are of same identity & hence it has to be accepted.
Can it be made like: ONLY 1 letter per word is allowed as mis-match with minimum as 1
So, in PETER G ENGLISH COMMANDAR 5 1 7 9 letters are there. So 4 1 6 8 letters in SEQUENCE matches the vlookup should work else "NO MATCH".
Names contains Maximum 4 words of alphabets & each word separated by a blank. But due to punching error there has been slight variation in the spelling & so I am unable to perform vlookup.
Is there any method which can be used so that the names are MATCHED even if slight variation is there. I have been trying with different ideas but not zeroing down to one idea. Any help?
Ex:
Workbook1
X5=PETER G ENGLISH COMMANDAR
Workbook2
E5=PETER G ENGLIS COMMANDER
These 2 names are of same identity & hence it has to be accepted.
Can it be made like: ONLY 1 letter per word is allowed as mis-match with minimum as 1
So, in PETER G ENGLISH COMMANDAR 5 1 7 9 letters are there. So 4 1 6 8 letters in SEQUENCE matches the vlookup should work else "NO MATCH".