Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Check for duplicates?

I have a long list of barcode numbers I have created and checksum'd
I'd like to check I dont have any duplicates before I label my stock.
Anyone got a bit of excel wizardry that will look at a column of numbers and
hightlight any duplicates?
TIA
--
Vass
'06 R1, '90 CBR1000F
www.doubleyolk.co.uk


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Check for duplicates?

Do you mean highlight as in colour the cell (using conditional
formatting), or do you want to have an indicator in another column, so
that you can apply a filter to see just the duplicates?

Pete

On Oct 24, 7:06 pm, "Vass" wrote:
I have a long list of barcode numbers I have created and checksum'd
I'd like to check I dont have any duplicates before I label my stock.
Anyone got a bit of excel wizardry that will look at a column of numbers and
hightlight any duplicates?
TIA
--
Vass
'06 R1, '90 CBR1000Fwww.doubleyolk.co.uk



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Check for duplicates?


"Pete_UK" wrote in message
ups.com...
Do you mean highlight as in colour the cell (using conditional
formatting), or do you want to have an indicator in another column, so
that you can apply a filter to see just the duplicates?

Pete


really don't mind
either way will be fine thanks
--
Vass


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Check for duplicates?

Okay, assuming your numbers are in column A, starting with A1, put
this formula in B1:

=IF(COUNTIF(A$1:A1,A1)=1,"First","Duplicate")

This will put the word First in column B against the first occurence
of a number, and Duplicate against any repeats of that number -
obviously, you can change these words to suit. Copy the formula down
for as many rows as you have data.

You can then apply autofilter to column B to select "Duplicates" for
further investigation (which you can't do with conditional
formatting).

Hope this helps.

Pete

On Oct 24, 7:18 pm, "Vass" wrote:
"Pete_UK" wrote in message

ups.com...

Do you mean highlight as in colour the cell (using conditional
formatting), or do you want to have an indicator in another column, so
that you can apply a filter to see just the duplicates?


Pete


really don't mind
either way will be fine thanks
--
Vass



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Check for duplicates?


"Pete_UK" wrote in message
ups.com...
Okay, assuming your numbers are in column A, starting with A1, put
this formula in B1:

=IF(COUNTIF(A$1:A1,A1)=1,"First","Duplicate")

This will put the word First in column B against the first occurence
of a number, and Duplicate against any repeats of that number -
obviously, you can change these words to suit. Copy the formula down
for as many rows as you have data.

You can then apply autofilter to column B to select "Duplicates" for
further investigation (which you can't do with conditional
formatting).

Hope this helps.

worked a treat Pete
thanks
--
Vass




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Check for duplicates?

You're welcome - thanks for feeding back.

Pete

On Oct 24, 8:01 pm, "Vass" wrote:
"Pete_UK" wrote in message

ups.com...



Okay, assuming your numbers are in column A, starting with A1, put
this formula in B1:


=IF(COUNTIF(A$1:A1,A1)=1,"First","Duplicate")


This will put the word First in column B against the first occurence
of a number, and Duplicate against any repeats of that number -
obviously, you can change these words to suit. Copy the formula down
for as many rows as you have data.


You can then apply autofilter to column B to select "Duplicates" for
further investigation (which you can't do with conditional
formatting).


Hope this helps.


worked a treat Pete
thanks
--
Vass- Hide quoted text -

- Show quoted text -



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
check for duplicates Todd Excel Worksheet Functions 0 November 7th 06 05:59 PM
How do I check for duplicates across multiple worksheets Chrissy Excel Worksheet Functions 2 July 29th 06 06:34 PM
Check for Duplicates Carter68 Excel Worksheet Functions 3 April 15th 06 12:13 AM
Check for Duplicates nebb Excel Worksheet Functions 2 February 13th 06 02:39 PM
Check for duplicates Pat Excel Worksheet Functions 8 February 17th 05 10:06 PM


All times are GMT +1. The time now is 07:09 PM.

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"