I have two columns A and B in google spreadsheet.
I want to find all the numbers that are in column A, but not in B. How to do this?
B may 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 can I do this using the Google distribution sheet?
user816604
source
share