Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Arcesio Hernandez
 
Posts: n/a
Default How to delete duplicated records. Each record has four lines

I would like to delete duplicated records from an excel file. Each record has
four lines.

Thanks.
  #2   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

Arcesio,

You'll find that none of Excel's tools (Sort, Pivot Tables, Database
functions, Subtotals, Charts, Autofilter, Advanced filter, Data form, to
name a few), work with multiline records. I think you should look strongly
at converting your data to a bona fide database-style table. It will open
up all kinds of Excel functionality.
--
Earl Kiosterud
www.smokeylake.com

"Arcesio Hernandez" <Arcesio wrote in
message ...
I would like to delete duplicated records from an excel file. Each record
has
four lines.

Thanks.



  #3   Report Post  
olasa
 
Posts: n/a
Default


This is a simple way to find the duplicates:
=SUMPRODUCT(--((A1&CHAR(1)&A2&CHAR(1)&A3&CHAR(1)&A4)=($A$1:$A$20 0&CHAR(1)&$A$2:$A$201&CHAR(1)&$A$3:$A$202&CHAR(1)& $A$4:$A$203)))1

The formula concatenate 4 rows and tries to find a match.
CHAR(1) prevents Errors like ABCD&""&""&""=A&B&C&D

HIH
Ola Sandström


--
olasa
------------------------------------------------------------------------
olasa's Profile: http://www.excelforum.com/member.php...o&userid=17760
View this thread: http://www.excelforum.com/showthread...hreadid=390369

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
Deleting specific records [email protected] Excel Discussion (Misc queries) 6 June 22nd 05 11:35 PM
Remove ALL duplicated records, leaving behind NONE Christopher Dawes Excel Discussion (Misc queries) 2 June 6th 05 11:04 PM
automatically delete records w/duplicate address in excel PUSH Excel Discussion (Misc queries) 1 May 24th 05 12:48 PM
Find & delete duplicated entries. Ken G. Excel Discussion (Misc queries) 1 April 21st 05 07:00 AM
How to delete duplicate records when I merge two lists (deleting . rinks Excel Worksheet Functions 10 December 11th 04 01:03 AM


All times are GMT +1. The time now is 02:31 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"