LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default repeating number in a data

Assume that your data is in A Column and its starting from A1 cell.

If you want to show the duplicate message when a number appears more than
single instance including the 1st instance, then use the below formula in B1
cell and drag it to the remaining cells of B column based on the A column
data.
=IF(COUNTIF(A:A,A1)=1,"NO DUPLICATION",IF(COUNTIF(A:A,A1)1,"DUPLICATION","" ))

If you want to get the duplicate result when the number appears greater than
1st instance, then use the below formula in B1 cell and drag it to the
remaining cells of B column based on the A column data.
=IF(COUNTIF($A$1:$A1,$A1)=1,"NO
DUPLICATON",IF(COUNTIF($A$1:$A1,$A1)1,"DUPLICATIO N",""))

--
Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"james" wrote:

hiii sir i am working in a excel with 10,000 number of data...... these are
the customers numbers and such time it will be repeated like that
First Name
9936615220
9336963152
9818141525
9798415632
9838810086---repeated
9026929808
9336931125--
9838200296
9336931125--
9838810086---repeated
i want to find and destroy the no.. give me a best way.......thankyou

 
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
How do I keep from repeating a number in the same column? Stephanie Excel Discussion (Misc queries) 3 September 6th 07 10:48 PM
how do i check if a number is repeating anier614 Excel Discussion (Misc queries) 4 August 17th 07 03:26 PM
Repeating Number Sly Excel Worksheet Functions 1 July 28th 07 10:44 PM
random number without repeating? nonoi via OfficeKB.com Excel Worksheet Functions 2 July 11th 05 05:59 AM
Random Number Non Repeating ... a_ryan1972 Excel Discussion (Misc queries) 3 April 6th 05 09:26 PM


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