PC Review


Reply
Thread Tools Rate Thread

Comparing two columns with email addresses

 
 
sandeep_banga@hotmail.com
Guest
Posts: n/a
 
      22nd May 2007
Hello,

I am trying to compare two columns that contain email addresses. The
goal is to identify email addresses that exist in both columns. I
tried VLOOKUP, and Countif functions but I can't get them to return
any results. I also did a copy and paste special (multiply) to make
sure the formatting in both columns is the same.

Column A has email addresses of people who read the email (total 168)
I sent out, and Column C has all the email addresses (total 1938) it
was sent to.

Can anyone please help?

Thank you!
Sandeep

 
Reply With Quote
 
 
 
 
Norman Jones
Guest
Posts: n/a
 
      22nd May 2007
Hi Sandeep,

See Chip Pearson at:

Extracting Values Common To Two Lists
http://www.cpearson.com/excel/duplic...tingDuplicates



---
Regards,
Norman


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
>
> I am trying to compare two columns that contain email addresses. The
> goal is to identify email addresses that exist in both columns. I
> tried VLOOKUP, and Countif functions but I can't get them to return
> any results. I also did a copy and paste special (multiply) to make
> sure the formatting in both columns is the same.
>
> Column A has email addresses of people who read the email (total 168)
> I sent out, and Column C has all the email addresses (total 1938) it
> was sent to.
>
> Can anyone please help?
>
> Thank you!
> Sandeep
>



 
Reply With Quote
 
=?Utf-8?B?VG9tIE9naWx2eQ==?=
Guest
Posts: n/a
 
      22nd May 2007
Assume the first list is in column A and the second in column B. In column C
(c1)

=if(countif(A:A,B1)>0,"<===","")

then drag fill down.

you can also try

=if(countif(A:A,"*"&trim(B1)&"*")>0,"<===","")

which may be more robust.

--
Regards,
Tom Ogilvy


"(E-Mail Removed)" wrote:

> Hello,
>
> I am trying to compare two columns that contain email addresses. The
> goal is to identify email addresses that exist in both columns. I
> tried VLOOKUP, and Countif functions but I can't get them to return
> any results. I also did a copy and paste special (multiply) to make
> sure the formatting in both columns is the same.
>
> Column A has email addresses of people who read the email (total 168)
> I sent out, and Column C has all the email addresses (total 1938) it
> was sent to.
>
> Can anyone please help?
>
> Thank you!
> Sandeep
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compare two columns with email addresses- doesn't work SandeepBanga Microsoft Excel Discussion 5 23rd May 2007 02:15 PM
Convert entire columns of text email addresses to hyperlinks TSA Microsoft Excel Worksheet Functions 2 20th Jan 2005 04:31 PM
comparing addresses Alex Microsoft Access Queries 1 6th Sep 2004 04:05 PM
Forms: Validating email addresses and comparing fields Ben E. Brady Microsoft Frontpage 1 11th May 2004 01:57 PM
Comparing addresses Josh Microsoft Access Queries 1 6th Aug 2003 01:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:15 AM.