Comparing columns for no match

  • Thread starter Thread starter WPAUMAN
  • Start date Start date
W

WPAUMAN

Col A has 1200 cells, col b has 1600 cells. How do I find cells from col A
that are NOT in col B?
 
Put this in C1 and drag down 1200 rows (same as column A's length):

=isnumber(match(a1,b:b,0))

You'll see True if there's a match and False if there is no match.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top