Try,
C2, formula copy down :
=LOOKUP(1,-SEARCH("*"&B2&"*",A$12:A$14),B$12:B$14)
Regards
Bosco
Hi mu4you,SIR,
great respect !!!!! great, great , great. I was dying with multiple vlookups,index and Match....
are you robot ..
thanks once again....
Try to replace with this revised formula.Thanks again sir,
in my original data, I have some blank cells in B2, I applied If(isblank) function in your formula but is not working..... any suggestions ?
VLOOKUP("*" & TRIM(B2) & "*";$A$14:$B$16;2;FALSE)
IF(ISERROR(VLOOKUP("*" & TRIM(B2) & "*";$A$14:$B$16;2;FALSE));"???";...)
=IF(OR(TRIM(B2)="";ISBLANK(B2));"???";...)