LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
roadkill
 
Posts: n/a
Default

I suggest sorting the table by column 1, then 2, then 3 (but first add a
column somewhere with consecutive line numbers if you want to be able to get
things back in their original order). Once sorted, make up a column for
identifying duplicates and use an IF like the following in each cell of this
column to find the duplicates.

=if(and(A1=A2, B1=B2, C1=C2),"X","")

Then eliminate any row with an "X" in it. These are your duplicates. Then
you can re-sort back to the original order, if desired.
- Will

"Spyder" wrote:

I have a spreadsheet with over a thousand rows. That sheet contains five
columns. I am doing an average on column 5, but have some duplicates. I
want to identify those duplicates so that I can eliminate them. If columns
1, 2 and 3 are the same for any of the rows, the row(s) is a duplicate. Is
there an easy way to identify these duplicates quickly, using a function or
pivot table?

Thanks for any help!!
Jeff

 
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
Adding five new rows every 40 rows in a spreadsheet? Olzki Excel Discussion (Misc queries) 8 May 18th 07 02:14 AM
Row selections by row # OR by even/odd rows in another spreadsheet Tom Excel Discussion (Misc queries) 0 February 9th 05 04:03 PM
How do I delete blank rows at the bottom of a spreadsheet to get . Miklaurie Excel Discussion (Misc queries) 1 January 26th 05 02:30 PM
copy qualifying rows to another spreadsheet acpharmd Excel Worksheet Functions 1 December 29th 04 09:45 PM
Data Filter - Not all rows in spreadsheet will display in Autofilt Excel Help Excel Worksheet Functions 1 November 17th 04 05:40 PM


All times are GMT +1. The time now is 07:02 AM.

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

About Us

"It's about Microsoft Excel"