I have two columns A and B in a google spreadsheet.
I want to find all the numbers that are in column A but not in B. How do I do that?
B could have the same numbers from column A.
So if column A has numbers: 1, 2, 3 and B has numbers 3, 4,5
I want to get all the numbers that are in A but not in B: 1, 2
How do I do that using google spread sheet?