Tricky two Column Comparison: Words in one cell/column with names in other cell/column

actjfc

Active Member
Joined
Jun 28, 2003
Messages
416
Excel friends,

This problem looks like “easy” but I decided to ask the experts. I have two lists: both with company names. Names were input in different word order or adding different words to very similar names. I need to identify the occurrences and position of any of the words in each name in List A when they show up in any of the names in List B. For example: American Motor Specialists in List A, row 500, may show up in List B as Specialists American Engine, Co., row 750. These names may be the same company, it just need a further "manual" check to verify it, first thing is to ID the occurrences. Name and row of the occurrences ¿Is there a way to do it? Any ideas? VBA code?

List A and B contain about 1000 names, and it is a monthly repetitive task.

Any help is appreciated. Thanks!
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Sounds like you may be screwed. You'll need some sort of way to say: American Motor Specialists = Specialists American Engine, Co. and have all possible outcomes for every name. You could try an match one word - but it'd be very time consuming to find that unique word in every record.

This sounds like a job that should be done in Access instead of Excel. You'll have to develop the relational aspect in a separate table, and the use queries to return your desired results.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,324
Members
452,635
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top