EXCEL Lookup Formula for Non-Exact Data values

ldashev

New Member
Joined
Mar 24, 2016
Messages
49
I have two tables that I need to match up. Each one contains same entities, but they could be listed different. What is the best way to capture them?

Column A
Vikings LTD
Soul Train Inc

Column B
Vikings Limited
Soul Tr Incorporated


Which formula would you recommend to bring back matching results? Meaning I want Column B to lookup in Column A and match Vikings Limited to Vikingds LTD. Is this possible?

Thank you!
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
find LTD replace with Limited
find Tr replace with Train

etc for as many variants as you have
 
Upvote 0
if you try to use lookup table there will ALWAYS be wrong words returned

write a macro that first alters the ltd then the Tr then all the others and run it at the start of every day.......
 
Upvote 0

Forum statistics

Threads
1,216,588
Messages
6,131,589
Members
449,657
Latest member
Timber5

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