Try this play ..
Assume data in cols A, B, C (as per post) start in row2 down
Put in D2: =IF(ISNUMBER(MATCH(B2,C:C,0)),"x","")
Copy D2 down to the last row of data in col B. This flags email in col B
which match those in col C with an "x". Apply autofilter on col D, choose
"x", this gives you the filtered results (in cols A and B) that I think
you're after.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"AGOLFA" wrote:
Im trying to sort out my email list.
After doing a mail out to the list of 1500 I found that about 220 had
bounced. I am now faced with trying to link up the bounced emails to the
persons they belong to.
I have 3 columns Fname/Lname column A,
Email Column B,
Bounced Emails Column C.
As columns A & B both are the same size (1500 rows) it's making finding the
220 in column C very time consuming.
I am hoping that I can find a formula or something that will let me find the
duplicates in column C and sort them to the same rows in column B rather than
just highlighting the duplicates which I have been able to do. But the
sorting to the correct row is proving to be very difficult.
Hope this is clear to you all what im looking for?
Thanx for your help in advance, Mike