Intersection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 columns of alphanumeric characters, some of which are common to both columns and some of which are unique to either column. I'd like to see which are common to both. Is there a way to figure this out using Excel?
 
Hi

I would use a countif formula.

Eg. =countif($A$1:$A$1000,B1)

This formula would look at the value in cell B1 and tell
you how many times it occurs in the column A1:A1000.

You could do the reverse to find out the duplications in
column B.

All results greater than 2 would equal a duplication, 1
would be unique.

Hope this helps

Cheers
Patrick

-----Original Message-----
I have 2 columns of alphanumeric characters, some of
which are common to both columns and some of which are
unique to either column. I'd like to see which are common
to both. Is there a way to figure this out using Excel?
 

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