Hi guys,

I have 2 columns of items. i.e Column 1 : (a,b,c,d,e) and Column 2: (a,b)

I want to remove all the items from column 2 from column 1 so that in column 1 all I have is:
C
D
E


What ways am i able to do this?

Thanks for the help!