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

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
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,215,040
Messages
6,122,806
Members
449,095
Latest member
m_smith_solihull

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