Vlookup partial text

tonyjyoo

Board Regular
Joined
Aug 5, 2016
Messages
167
Hello,

I have 2 tabs in an excel workbook.

On both tabs, I have different descriptions. For example, on Tab 1, I have descriptions such as "2016.01.27 API Security Practices", but on Tab 2, it can be labeled as "Webinar: API Security Practices 1/27/16". They are followed by several columns with matching data.

Is there a formula I can use that searches for matching parts of the cells in Tab 1 (in this case, "API Security Practices"), finds them in Tab 2, then spits out the corresponding columns?

I know I can't use V-lookup because it requires exact matches.

Any advice would be appreciated.

Thank you,
Tony
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Maybe...

=LOOKUP(9.99999999999999E+307,SEARCH("API Security Practices",Sheet2!$A$2:$A$100),Sheet2!$A$2:$A$100)
 
Upvote 0
Maybe...

=LOOKUP(9.99999999999999E+307,SEARCH("API Security Practices",Sheet2!$A$2:$A$100),Sheet2!$A$2:$A$100)


This wouldn't work because the API Security Practices is just one specific example.

Essentially I want to perform a fuzzy lookup without installing the addin, if it's possible.
 
Upvote 0

Forum statistics

Threads
1,216,520
Messages
6,131,135
Members
449,626
Latest member
Stormythebandit

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