Hi there,
Put this formula in a blank column (changing the ranges to suit)...
=IF(ISERROR(VLOOKUP(A1,$B$1:$B$100,1,FALSE)),"No match","")
...and look out for rows flagged with "No match" or sort the range based on the column you used to insert the formula.
HTH
Robert