Vlookup for the cell contain the text

smahesh2210

New Member
Joined
Oct 29, 2012
Messages
9
Hi

I wanted to go the Vlookup for the cell contain the Text.

Request you to advise what is the formula for the same.

Thanks in advance...

Thanks
Mahesh
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
if A1 = red and you make a table blue.....1
...........................................................red......2
..........................................................white.....3

in B1 =vlookup(A1,mytable,2) and it will return 2
 
Upvote 0
Thanks for your reply,

Sorry I have not able understand the answar.

let me brief the question as below

Exce file 1</SPAN>Values</SPAN> Exce file 2</SPAN>Values</SPAN>
ABC</SPAN>vlookup to pull the values</SPAN> EFG</SPAN>25</SPAN>
EFG</SPAN> XYZ</SPAN>31</SPAN>
XYZ</SPAN> ABC</SPAN>25</SPAN>

With vlookup I need to bring the values in the excel file 1

<TBODY>
</TBODY><COLGROUP><COL><COL><COL span=3></COLGROUP>
 
Upvote 0
Hello!

=Vlookup(search_criteria_from_excel_file_1,range_from_excel_file_2,2,0)
 
Upvote 0

Forum statistics

Threads
1,215,518
Messages
6,125,293
Members
449,218
Latest member
Excel Master

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