Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to merge two list

How do you merge two .xls list that are the same and then remove doubles.

Thnks in advance.

Jose

Posted on Aug 28, 2012 8:12 AM

Reply
4 replies

Aug 28, 2012 9:22 AM in response to Joseduddy

Jose,


If you open both Excel documents and, in turn, copy the list and paste into a Numbers document you can detect the duplicates by sorting the list so that identical entries lie next to each other. Then you can search out the duplicate visually, or you can use an expression to help find them.


If your list is in column A of a table named Data, with the first data in row 2, you can enter this expression in another column:


=IF(COUNTIF(OFFSET($A$1, 0, 0, ROW()-1), A)=0, "", "Dup")


Sort on the column with the expression and then select all the rows containing "Dup" and delete them.


Jerry

How to merge two list

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.