vlookup / Find

Devaguru1986

New Member
Joined
Apr 6, 2015
Messages
2
Hi All,

I need to do search a keyword in master column by vlookup,

example:
NAME (Column A)SHORT NAME (Column B)Result (Column C)
AIRTEL (SL) LIMITED
COMMITTEE

<tbody>
</tbody>
#NA
GOAL

<tbody>
</tbody>
COUNCIL

<tbody>
</tbody>
#NA
INTERNATIONAL COMMITTEE OF.

<tbody>
</tbody>
FUND

<tbody>
</tbody>
COMMITTEE
COMMUNITY ANIMATION AND

<tbody>
</tbody>
LEONE

<tbody>
</tbody>
#NA
CARITAS - CRS FUNDS

<tbody>
</tbody>
FUND
JEAN-PIERRE LEGENDRE

<tbody>
</tbody>
#NA
BRITISH HIGH COMMISSION

<tbody>
</tbody>
#NA
THE SAVE THE CHILDREN FUND

<tbody>
</tbody>
FUND
DFID -OFFICE ACCOUNT

<tbody>
</tbody>
#NA

<tbody>
</tbody>


I need to vlookup / find column B against Column A and the result to be displayed in column C.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Welcome to Mr Excel

Maybe

Formula in C2 copied down
=LOOKUP(9.99E+307,SEARCH($B$2:$B$5,A2),$B$2:$B$5)

Hope this helps

M.
 
Upvote 0

Forum statistics

Threads
1,216,761
Messages
6,132,571
Members
449,736
Latest member
anthx

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