This assumes that the first list is in column A and the second list is in column B of the same sheet. This formula goes in any other column on the same sheet.

Formula: copy to clipboard
=NOT(ISERROR(MATCH(B2,A:A,0)))


will give TRUE for found and FALSE for not found.