Go Back   PCMech Forums > Help & Discussion > Software Discussion & Support

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 07-07-2004, 05:49 PM   #1
Member (7 bit)
 
Join Date: May 2002
Posts: 94
Send a message via AIM to PanchoC
Duplicate Items in Excel Question

I have a list of numerical values in an excel file. Currently, there are about 400 in the list.

They are listed in order from lowest # to highest #, but I am looking for a way to flag any duplicates.

For example, let's say I have in the file a list of four digit numbers starting at 0001 up to 0400. But, I need to be able to flag any that are exact duplicates (that is, if I had two 0026 and three 0353, I need to know it).

Anyone know a way to do this?
PanchoC is offline   Reply With Quote
Old 07-10-2004, 07:45 PM   #2
Member (11 bit)
 
sdkfz's Avatar
 
Join Date: Dec 2001
Location: Shakopee MN
Posts: 1,293
I saw this post a few weeks back, don't remember who it was who had the answer, but I did save it...

Deleting duplicate entries in Excel 2003

Formula code: =(b2==b1)

In column C (assuming the duplicates are in column B, and I've sorted by column B).

Then I copy this all the way to the bottom (ctrl-down arrow goes to the bottom of a contiguous region, ctrl-d will copy the top cell into all selected cells under it). Now column C will contain a bunch of TRUE and FALSE values.

Any row that says "TRUE" in column C has the same value in column B as row above it. You can't sort by column C yet because excel will recalculate and change all the values. So select column C, copy it, then go to Edit -> Paste Special --> and paste Values.

This turns the formulae into the values TRUE or FALSE. Now you can sort by column C and all the rows that have TRUE there are duplicates, so you can delete them.
__________________
Never Argue With An Idiot. They'll Drag You Down To Their Level And Then Beat You With Experience.
sdkfz is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes 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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 02:41 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2