VLOOKUP Partial (Wildcard) Match question

ssigl

New Member
Joined
Jan 25, 2017
Messages
8
Hey everyone

I am doing a project where i need to match up company names Column A with a list of clients, column B.

Currently, I am using partial match with VLOOKUP looking like this =VLOOKUP(A1&"*",B:B,2,FALSE), but the problem is that the partial match will match Glam with with Glambo Inc.

How can i correct the formula to only turn up matches if they match the full word(s) of the lookup cell, but still allow for additional words after the matched words (e.g. Inc or Ltd?)

Any help would be very appreciated!

Thanks!
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Welcome to the board.

Try adding a space before the wildcard.

=VLOOKUP(A1&" *",B:B,2,FALSE)
 
Upvote 0
I do have a problem though, as many of the company names have ", Inc." right after the name, which means that if i use the formula posted i will not get a match between Glam and Glam, Inc.

Not sure if there is a solution to this, but if you've got one, let me know!

Thanks again
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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