ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I de-dupe two columns of data in excel? (https://www.excelbanter.com/excel-discussion-misc-queries/210708-how-do-i-de-dupe-two-columns-data-excel.html)

Anna 333

How do I de-dupe two columns of data in excel?
 
I have two columns of extemely complex codes and I need to de-dupe them. I'm
not sure how to do this. Any help will be much appreciated.

Thanks

Bernie Deitrick

How do I de-dupe two columns of data in excel?
 
Anna,

If you have duplicates _within_ the lists, use a formula like

=COUNTIF(A:A,A2)

and then copy down to match your list. Any value 1 shows a duplicated value.

If you are looking for the second, third, etc, instance of the duplicate, then use

=COUNTIF($A$1:A2,A2)

and copy down.

For values duplicated in the _other_ list, use something like

=NOT(ISERROR(MATCH(A2,D:D,False)))

which will return true if the value in cell A2 appears in column D. Again copy that formula down to
match your list.

HTH,
Bernie
MS Excel MVP


"Anna 333" <Anna wrote in message
...
I have two columns of extemely complex codes and I need to de-dupe them. I'm
not sure how to do this. Any help will be much appreciated.

Thanks




ejschmitt2000

How do I de-dupe two columns of data in excel?
 
To pull out of your lists only 1 record of each item, select the list then
used Data/Filter/Advanced Filter. This will bring up a dialogue box which
allows you to filter the list in place or copy to another location - but
whichever you choose be sure to select the check box for "Unique Records Only.

"Anna 333" wrote:

I have two columns of extemely complex codes and I need to de-dupe them. I'm
not sure how to do this. Any help will be much appreciated.

Thanks


Dave Peterson

How do I de-dupe two columns of data in excel?
 
Does this mean that you want the "duplicateness" of the row based on two
columns?

If yes, then I'd add a couple of helper columns.

The first would concatenate the two key columns:

=a1&char(1)&b1
and drag down

Then I'd use that formula that Bernie suggested.

Or one of the techniques at Chip Pearson's site:
http://www.cpearson.com/excel/Duplicates.aspx

Anna 333 wrote:

I have two columns of extemely complex codes and I need to de-dupe them. I'm
not sure how to do this. Any help will be much appreciated.

Thanks


--

Dave Peterson


All times are GMT +1. The time now is 07:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com