Hi Michelle,
Enter this formula in an adjacent column (C for example), and copy down.
=IF(COUNTIF(B:B,A1),A1,"")
It will test the value in column A, and if it exists anywhere in column B, it will show the value (in column C). And if the value does not exist in column B, the formula will show...