Match or Partial Match items in a list

electrox

New Member
Joined
May 20, 2016
Messages
9
Hello Guys!

I would like to find a way to look values from one list onto another list, the problem is that those lists will not have the same format all the time and that´s when I would need to look for at least a partial match, let´s put it this way

[TABLE="width: 500"]
<tbody>[TR]
[TD]List 1[/TD]
[TD]ID Number[/TD]
[TD]List 2[/TD]
[TD]ID Number[/TD]
[/TR]
[TR]
[TD]John Albert Smith[/TD]
[TD]0054500845600[/TD]
[TD]Smith John Albert[/TD]
[TD]545008456[/TD]
[/TR]
[TR]
[TD]Robinson Susan[/TD]
[TD]85784[/TD]
[TD]Susan Robinson[/TD]
[TD]008570084[/TD]
[/TR]
[TR]
[TD]Michael Bay Johnson[/TD]
[TD]0054800412[/TD]
[TD]Johnson Bay Michael[/TD]
[TD]5480041200[/TD]
[/TR]
</tbody>[/TABLE]

Since I won´t find a perfect match looking for "Susan Robinson" from List 2 on List 1, I would like to look for a match where "Susan" and "Robinson" are valid in the same cell no matter their order or in case I do a search over ID Number I would like to search for example "85784" since there won´t be a perfect match that it would at least return me a cell where those numbers are contain.

Thanks!
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,223,234
Messages
6,170,891
Members
452,366
Latest member
TePunaBloke

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