items in list B that are not in list A

A

alexl

hi, say if I have 2 columns, list a and list b, how do I make a list c
which is a list of items in B that are not in A?
 
A

anon

hi, say if I have 2 columns, list a and list b, how do I make a list c
which is a list of items in B that are not in A?

In C1 put:

=IF(ISERROR(MATCH(B1,$A$1:$A$10000,0)),B1 & " was not found","")

Then copy C1 down as far as Column C extends

Jim
 

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

Top