Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default mark duplicate entries

I have multiple rows of data with eight columns (A1:H1). I would like to be
able to find which rows are duplicated in column A, D, E and G.
I know I can sort these by and separate any data that doesn't match but I
would like to work with something a little more quicker.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default mark duplicate entries

In other words:
A10 contains 12345 D10 contains 11/3/2007 E10 contains xyz G10 contains abc
this is duplicated in
A801 contains 12345 D801 contains 11/3/2007 E801 contains xyz G801 contains
abc


"Bob" wrote:

I have multiple rows of data with eight columns (A1:H1). I would like to be
able to find which rows are duplicated in column A, D, E and G.
I know I can sort these by and separate any data that doesn't match but I
would like to work with something a little more quicker.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default mark duplicate entries

=SUMPRODUCT(($A$10:$A$1000=A10)*($D$10:$D$1000=D10 )*($E$10:$E$1000=E10)*($G$10:$G$1000=G10))1

copy down as far as needed

TRUE for duplicate
FALSE for not duplicate


"Bob" wrote:

In other words:
A10 contains 12345 D10 contains 11/3/2007 E10 contains xyz G10 contains abc
this is duplicated in
A801 contains 12345 D801 contains 11/3/2007 E801 contains xyz G801 contains
abc


"Bob" wrote:

I have multiple rows of data with eight columns (A1:H1). I would like to be
able to find which rows are duplicated in column A, D, E and G.
I know I can sort these by and separate any data that doesn't match but I
would like to work with something a little more quicker.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default mark duplicate entries

Beautiful.

Thank you.

"Teethless mama" wrote:

=SUMPRODUCT(($A$10:$A$1000=A10)*($D$10:$D$1000=D10 )*($E$10:$E$1000=E10)*($G$10:$G$1000=G10))1

copy down as far as needed

TRUE for duplicate
FALSE for not duplicate


"Bob" wrote:

In other words:
A10 contains 12345 D10 contains 11/3/2007 E10 contains xyz G10 contains abc
this is duplicated in
A801 contains 12345 D801 contains 11/3/2007 E801 contains xyz G801 contains
abc


"Bob" wrote:

I have multiple rows of data with eight columns (A1:H1). I would like to be
able to find which rows are duplicated in column A, D, E and G.
I know I can sort these by and separate any data that doesn't match but I
would like to work with something a little more quicker.


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
Excel 2007 - need to mark, not remove, duplicate records. DDAI Consult Excel Discussion (Misc queries) 4 August 22nd 07 07:50 PM
Can Excel mark or identify duplicate cells in a range? Rob McEwan Excel Discussion (Misc queries) 0 February 15th 07 03:54 PM
Can Excel mark or identify duplicate cells in a range? bj Excel Discussion (Misc queries) 0 February 15th 07 03:38 PM
Can Excel mark or identify duplicate cells in a range? Dave F Excel Discussion (Misc queries) 0 February 15th 07 03:35 PM
How can I find and mark double entries in a customer database? Madeleine Excel Worksheet Functions 1 November 30th 05 02:59 PM


All times are GMT +1. The time now is 10:54 PM.

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"