RoxyWincott
New Member
- Joined
- Oct 18, 2017
- Messages
- 3
I am trying to compare two columns, each of which contain company names. The list is over 6,000 rows so I would like to use a function and drag it down. Normally, you would use the Match function, but the problem is the company names are slightly different.
Example: Column A Column B
ABC Company ABC Comp, Inc.
Dwelling Corporation Dwelling Corp A.S
Sterling Pups Inc. Sterlingpups incorporated
They are slightly different company names, but they are the same company. I've tried using the Match function with "*"& and left function that will compare the first 5 or however many letters from the left. This gets missed up also, since for example in the first one if you compare the first 9 letters it will not mark it as a match. After Comp, it changes so it would not match them.
I've heard of Fuzzy Lookup, but wasn't sure if you can get the results I'm looking for with that. I just want to compare the two columns and see if there is a match. Ultimately I want the percent of overlap between the two columns. Can someone please help!?
Example: Column A Column B
ABC Company ABC Comp, Inc.
Dwelling Corporation Dwelling Corp A.S
Sterling Pups Inc. Sterlingpups incorporated
They are slightly different company names, but they are the same company. I've tried using the Match function with "*"& and left function that will compare the first 5 or however many letters from the left. This gets missed up also, since for example in the first one if you compare the first 9 letters it will not mark it as a match. After Comp, it changes so it would not match them.
I've heard of Fuzzy Lookup, but wasn't sure if you can get the results I'm looking for with that. I just want to compare the two columns and see if there is a match. Ultimately I want the percent of overlap between the two columns. Can someone please help!?