Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a list of 250k email addresses. The email addresses are in column A of the worksheet. I am trying to extract every email address that is not a duplicate on this list into it's own column (C). Since 70-75% of these email addresses are duplicates it should leave me with about 40k unique email addresses.

Any help on this would be much appreciated.

share|improve this question
1  
Select the column then Data>>Advanced Filter>>Copy to another location+Unique records only – Tim Williams Feb 12 at 20:04

closed as off topic by brettdj, M42, Thor, Yan Sklyarenko, Jon Egerton Feb 13 at 12:35

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Use Data > Remove Duplicates feature, copy entire column to C beforehand.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.