Need help with text lookup between two lists

psulion01

Board Regular
Joined
Sep 25, 2002
Messages
127
I have two lists.

List 1 is a listing of Fortune 1000 companies.
List 2 is a list of clients I have done business with.

Problem is that I have mismatched company names, i.e. "General Electric" and "General Electric Co.". I need a function or bit of code that will look at a cell in the Fortune 1000 list (cell A2), and then search my list of clients and find the closest match.

I tried this with a vlookup with the variable set to TRUE, but it was returning names like Expedia.com when I was looking for Exxon Mobil.

Can someone offer a solution?

Thanks
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.

Yogi Anand

MrExcel MVP
Joined
Mar 12, 2002
Messages
11,454
I have two lists.

List 1 is a listing of Fortune 1000 companies.
List 2 is a list of clients I have done business with.

Problem is that I have mismatched company names, i.e. "General Electric" and "General Electric Co.". I need a function or bit of code that will look at a cell in the Fortune 1000 list (cell A2), and then search my list of clients and find the closest match.

I tried this with a vlookup with the variable set to TRUE, but it was returning names like Expedia.com when I was looking for Exxon Mobil.

Can someone offer a solution?

Thanks

Hi psulion01:

How about ...

<html><head><title>Excel Jeanie HTML</title></head><body>
Excel Workbook
ABC
1
2ExpediaExxonThe Exxon Mobile Co.
3Experia
4Exxop
5The Exxon Mobile Co.
6Exxog
7abc
8bcd
9general
10
Sheet6


</body></html>
 
Upvote 0

Forum statistics

Threads
1,191,191
Messages
5,985,215
Members
439,947
Latest member
fabiannic

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
Top