This should work for you (tested ok over here) ..
Source email list is in A1 down
In B1: =IF(A1="","",IF(COUNTIF(A:A,A1)>=2,"",ROW()))
In C1: =IF(ISERROR(SMALL(B:B,ROW())),"",
INDEX(A:A,MATCH(SMALL(B:B,ROW()),B:B,0)))
Select B1:C1, copy down to last email in col A
Col C returns the required list, viz.:
> .. ONLY the non-duplicate email addresses
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
<(E-Mail Removed)> wrote
.....
> In an Excel WorkSheet starting with cell A1 I have:
>
> emailaddress
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> Nam (E-Mail Removed)
> (E-Mail Removed)
> Richard (E-Mail Removed)
> Robert (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
>
> Inside the same WorkSheet I want to eliminate the following duplicate
> email addresses:
>
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
>
> and save ONLY the non-duplicate email addresses:
>
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> (E-Mail Removed)
> Nam (E-Mail Removed)
> (E-Mail Removed)
> Richard (E-Mail Removed)
> Robert (E-Mail Removed)
> (E-Mail Removed)