Vlookup to search two lists, one searching the other that contains any values in the first

arosier

New Member
Joined
Aug 27, 2013
Messages
13
I have two lists, one considered the "master," one the "duplicate." I am looking to search the contents of the master against the duplicate to see if any of entries of the master contain the entries (keywords) of the duplicate. I would like to have it display as a positive if the master list had any component of the duplicate list. i.e. the duplicate value is: CVS and the Master entry is CVS AG. ect.

Basically performing a search "contains" function for the whole duplicate list.

I am wondering if it is possible to use vLookup for this.

Right now I am running two different vlookups:=VLOOKUP("*"&S21402&"*",A21402,1,FALSE) to search one column, with the same keyword in the whole thing, against the the master list. With this technique, I have to make a new column for every new keyword.

I am also using:=VLOOKUP(A20322,Remove,2,FALSE) to search the two documents for "exact" matches. Would like it to show positive if it just "contains" the value, not an exact match.

Interested in any formula, if vlookup doesn't work.

Thank you for any help!
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Master ListSearch List
Anderson CopperAdidas
Adidas Inc.Subway
SherpaAnderson
Subway New York2checkout
L.L. Bean
2checkout.com

<colgroup><col><col><col></colgroup><tbody>
</tbody>



I would like:

"Anderson Copper", "Adidas Inc.", "Subway New York", and "2checkout.com" to trigger a vlookup function and display: "Contained".

Thank you for any help! I really appreciate it. It has been stumping me for quite some time.
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,393
Members
449,446
Latest member
CodeCybear

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