Greetings, say you have 2000 rows in column A and 13,000 rows in column B. You would like to see which values are NOT in both rows, what would be the best way to do this? i've got an idea but i cant get it to work, trying to compare a value in column B vs all the values in column A to find a match like this, then sort by TRUE FALSE:
=IF(A1:A13000=B1,TRUE,FALSE)
=IF(A1:A13000=B2,TRUE,FALSE)
=IF(A1:A13000=B3,TRUE,FALSE)
However its not working, its always false...
any other ideas on how to do this?
=IF(A1:A13000=B1,TRUE,FALSE)
=IF(A1:A13000=B2,TRUE,FALSE)
=IF(A1:A13000=B3,TRUE,FALSE)
However its not working, its always false...
any other ideas on how to do this?