is it possible to combine data sets, eliminating duplicates?

  • Thread starter Thread starter wam525
  • Start date Start date
W

wam525

I'm trying to combine two extensive columns of data, to only look at
the number NOT in BOTH sets. Does anyone know of a way to do this in
excel? Basically we need the data that is the DIFFERENCE between the
two columns.
Any suggestions?
Thanks.
-wayne
 
Hi

Assuming your data is in column A and column B.

In column D enter in D1
=IF(COUNTIF(B:B,A1),"",A1)
in E1
=IF(COUNTIF(A:A,B1),"",B1)
Copy down for the extent of data in each column
 

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