Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have two columns full of email addresses and there are duplicates in both the columns. How do I eliminate duplicates? IS there any function that I could use to solve this problem? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Harish" wrote in message
... Hi, I have two columns full of email addresses and there are duplicates in both the columns. How do I eliminate duplicates? IS there any function that I could use to solve this problem? Thanks Sort the spreadsheet by the column(s) with duplicates in ascending order In a helper column type- =IF(A2=A1,1,0) and copy down to the last occupied row Change the formula to numbers. To do this - Highlight the helper column Click on <Edit<Copy<Edit<Paste special<Values<OK Sort on the helper column Delete all rows where value in the helper column is 1 That will eliminate duplicates in individual columns. Bill R |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On the SAME or different rows?
-- Don Guillett Microsoft MVP Excel SalesAid Software "Harish" wrote in message ... Hi, I have two columns full of email addresses and there are duplicates in both the columns. How do I eliminate duplicates? IS there any function that I could use to solve this problem? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Eliminating Duplicates in Excel 2007 | Excel Worksheet Functions | |||
Eliminating #DIV/O! | Excel Worksheet Functions | |||
Need help eliminating text duplicates! | Excel Discussion (Misc queries) | |||
is it possible to combine data sets, eliminating duplicates? | Excel Worksheet Functions | |||
eliminating the 0 in DIV/0 | Excel Discussion (Misc queries) |