I have two columns in a spreadsheet like so:
Col A: Col B:
00001 000000
00005 000001
000005
.... .....
Basically what I want to to is have all of the unique values that appear only in Col B and not in Col A. Apparently there is a way to filter it, although I have no idea how that would work...
Many thanks.