hi there, welcome to the forum. assuming your List 2 is in Sheet2!A1:A5 & List 1 is in Sheet1, try this in Sheet1:
=IF(COUNTIF(Sheet2!$A$1:$A$5,MID(A1,FIND(" ",A1)+1,255))>0,"Found","Not Found")