VLOOKUP with part of the text in a database

Solved
senecartour Posted messages 391 Status Membre -  
 Amiral -
Hello,

I would like to perform a VLOOKUP with the data from column A of this sheet in the data from the base sheet and retrieve the value contained in the cell.

In other words, if I find the word in my base, I want to retrieve the value of the entire cell where the word is located.

Attached, you have the file containing the data
-sheet "base" == >My search database
-sheet "rech" ==> the text to search for and an example of the expected result.

https://www.cjoint.com/c/EHevt7ImXkG

Thank you in advance for your help!!

Configuration: Windows 7 / Internet Explorer 8.0

--
Sharing knowledge is the best way to learn!

1 réponse

via55 Posted messages 14730 Registration date   Status Membre Last intervention   2 755
 
Good evening, friend senecartour

Try this formula:
=VLOOKUP("*"&A1&"*",base!A:A,1,0)

Best regards
Via

--
"Imagination is more important than knowledge." A. Einstein
8
senecartour Posted messages 391 Status Membre 3
 
Hello via55,
Great, thank you very much it works.
Have a nice day.
0
Daltoner
 
Simple and perfect. Thank you.
0
Amiral
 
You're welcome.
0