VLOOKUP similar names problem

rob_ford16

New Member
Joined
Jun 4, 2012
Messages
3
Hi,

I have a list of place names in column A. I need to reference those place names in a list and return a number.

Example:


ABCD
1Federated States of MicronesiaMicronesia (the Federated States of)498=vlookup(A1&"*",B1:C10,2,true)
2Micronesia
3The States of Micronesia
4

<tbody>
</tbody>


I tried doing =vlookup(A1&"*",B1:C10,2,true) and got nothing. I want it to return cell C1 498 in cells D1:D3.

Thanks!!
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
That looks super complicated and it looks like I would still have to manually verify each record returned the correct value...my file contains over 200,000 records so that could take forever! Is there anyway I could format things a certain way that would help? I tried removing all symbols but still got an error...
 
Upvote 0
What does the number 498 represent?
What is your master list?
What are you comparing?

I have an idea as to how to do this, just need a little more info on what you are trying to achieve.
 
Upvote 0

Forum statistics

Threads
1,217,366
Messages
6,136,128
Members
449,993
Latest member
Sphere2215

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