The formula below resides in cell F3 and it works perfectly. If a "hit" is found in C2:C600 then the value in column C is displayed in F3
=IFERROR(LOOKUP(9.99999999999999E+307,SEARCH(A3,$C$2:$C$600),$C$2:$C$600),"")
I am trying to figure out a way of it displaying the value from column B...