Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Comparing Field Contents

This is my scenario:

I have a sheet with a e-mail field and another sheet with another e-mail
field (from different sources)

I want to know what (if any duplications exits), does anyone have any
suggestions how to do this in excel?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Comparing Field Contents

One way: assume column A of sheets 1 & 2 contain your e-mail addresses then

In column B of Sheet1:

=COUNTIF(Sheet2!A:A,A1)

This will return 0 if no match found or 1 (or more) if one or matches are
found.

You could filter on 0

HTH

"Wayne Taylor" wrote:

This is my scenario:

I have a sheet with a e-mail field and another sheet with another e-mail
field (from different sources)

I want to know what (if any duplications exits), does anyone have any
suggestions how to do this in excel?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Comparing Field Contents

Hi Toppers,

Thnaks for that, I've just had a quick play in a test spreeadsheet, I'll see
how it works on the real thing..

Thanks Very Much!

"Toppers" wrote:

One way: assume column A of sheets 1 & 2 contain your e-mail addresses then

In column B of Sheet1:

=COUNTIF(Sheet2!A:A,A1)

This will return 0 if no match found or 1 (or more) if one or matches are
found.

You could filter on 0

HTH

"Wayne Taylor" wrote:

This is my scenario:

I have a sheet with a e-mail field and another sheet with another e-mail
field (from different sources)

I want to know what (if any duplications exits), does anyone have any
suggestions how to do this in excel?

Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comparing cell contents with different reference cells Martin B Excel Worksheet Functions 3 November 22nd 06 07:10 PM
Pivot Table - Sum Row Field Contents AndyK Excel Discussion (Misc queries) 3 April 7th 06 02:15 PM
Pivot Table - Sum Row Field Contents AndyK Excel Discussion (Misc queries) 0 March 29th 06 12:46 PM
Comparing contents of two spreadsheets and outputting results to a brx Excel Worksheet Functions 5 March 17th 05 01:44 AM
Comparing Workbook contents SMC Excel Discussion (Misc queries) 1 January 5th 05 09:48 PM


All times are GMT +1. The time now is 11:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"