1) Paste list B on the end of list A. Lets say this is all in column A and goes from A1 to A14500
2) In B1, put this: =COUNTIF($A1:$A14500,A1)
3) Copy B1, and paste it into all the rest of the B column beside the values in A (so all the way down to B14500)
5) B will now show you how many of the corresponding value in A there are
6) Select the whole lot, sort by column B ascending
7) now the list shows you the stuff you want first (with a '1' in the B column) and the stuff you don't want next (with a '2' in the B column), so just select and delete the stuff you don't want.