Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Pls help me in finding duplicate entries in a column range

i need a macro to find the duplicate entries made in a column,

I JUST EXPLAIN WHAT I NEED.

COLUMN A
--------------
GLDU4067071
CMBU2386785
BSIU90120366
GLDU7006737
GLDU4067071
TCNU9317748
TCKU9236332
CMBU2386785
KNLU5060868
CMBU2386785


LIKE THIS THOUSAND OF CONTAINER NO'S WILL BE THERE, IN WHICH I NEED TO KNOW
WHETHER ANY ONE IS DUPLICATED IF DUPLICATED

PLS GIVE THE ENTRIES IN COLUMN B AS
"GLDU4067071 DUPLICATED ONCE. "
"CMBU2386785 DUPLICATED THRICE"
ELSE
SHOW " NO CONTAINERS ARE DUPLICATED"

Those who have knowledge in making macros ,pls make a excel in order to get
the concerned result. & send me mail on

Pls make the macro in your own wish, but the result must be some what like
this.

If this macro is ready, my work load will be reduced . so those who know
this pls help me.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 806
Default Pls help me in finding duplicate entries in a column range

Hello,

I suggest to use my UDF lfreq (if you do not have too many entries):
http://www.sulprobil.com/html/listfreq.html

Another approach would be via pivot tables.

Regards,
Bernd

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Pls help me in finding duplicate entries in a column range

I can easily write the macro, but this is much easy done with a simple formula

copy to B1 and then copy down entire column B. Change A$1000 to be larger
than the last row in column A. If you need a number in the cell rathre than
a formula copy column B and Paste Special Values only from Edit Menu.
=COUNTIF(A$1:A$1000,A1)

"lino" wrote:

i need a macro to find the duplicate entries made in a column,

I JUST EXPLAIN WHAT I NEED.

COLUMN A
--------------
GLDU4067071
CMBU2386785
BSIU90120366
GLDU7006737
GLDU4067071
TCNU9317748
TCKU9236332
CMBU2386785
KNLU5060868
CMBU2386785


LIKE THIS THOUSAND OF CONTAINER NO'S WILL BE THERE, IN WHICH I NEED TO KNOW
WHETHER ANY ONE IS DUPLICATED IF DUPLICATED

PLS GIVE THE ENTRIES IN COLUMN B AS
"GLDU4067071 DUPLICATED ONCE. "
"CMBU2386785 DUPLICATED THRICE"
ELSE
SHOW " NO CONTAINERS ARE DUPLICATED"

Those who have knowledge in making macros ,pls make a excel in order to get
the concerned result. & send me mail on

Pls make the macro in your own wish, but the result must be some what like
this.

If this macro is ready, my work load will be reduced . so those who know
this pls help me.


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
Finding Duplicate Entries Elliot Excel Worksheet Functions 3 February 15th 10 08:45 PM
Finding duplicate entries mmcap Excel Worksheet Functions 5 February 7th 07 07:00 PM
Finding Duplicate Entries ConfusedNHouston Excel Discussion (Misc queries) 2 October 11th 06 04:01 AM
Need help with finding duplicate entries Phil Excel Worksheet Functions 6 October 20th 05 03:56 AM
Finding duplicate cell entries in a column of data Ellie Excel Discussion (Misc queries) 1 July 28th 05 01:41 PM


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