Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Shanks
 
Posts: n/a
Default Finding unique records from a list.

I have data in List where there is a filed TAG Number and contains numbers like

0405-115560
0405-115588
0304-100560
0304-152560
.....like wise

I want to now find out if all the numbers are unique and that there is no
dulicate number in this field.

There are around 600 to 1500 rows of data in a list.

Can I have a clue to get over this problem ?

Thx
Shanks
  #2   Report Post  
R.VENKATARAMAN
 
Posts: n/a
Default

one way is
introduce a heading
highlight all the no.s and the hading
data-filter-advance filter- both input and criteria range is highlighted
range-
copy to different location-unique records only


Shanks wrote in message
...
I have data in List where there is a filed TAG Number and contains numbers

like

0405-115560
0405-115588
0304-100560
0304-152560
....like wise

I want to now find out if all the numbers are unique and that there is no
dulicate number in this field.

There are around 600 to 1500 rows of data in a list.

Can I have a clue to get over this problem ?

Thx
Shanks



  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Here's another way to quicky tell if you have duplicates:

Enter this array formula with the key combo of
CTRL,SHIFT,ENTER:

=IF(SUM(COUNTIF(A1:A10,A1:A10))COUNTA
(A1:A10),"Duplicates","No duplicates")

You can then use conditional formatting to highlight the
duplicates:

Select the range A1:A10
Goto FormatConditional Formatting
Formula is: =COUNTIF(A$1:A$10,A1)1
Click the Format button and select a fill color to
highlight the duplicates.
OK out

Biff

-----Original Message-----
I have data in List where there is a filed TAG Number and

contains numbers like

0405-115560
0405-115588
0304-100560
0304-152560
.....like wise

I want to now find out if all the numbers are unique and

that there is no
dulicate number in this field.

There are around 600 to 1500 rows of data in a list.

Can I have a clue to get over this problem ?

Thx
Shanks
.

  #4   Report Post  
Max
 
Posts: n/a
Default

Another way to play ..

Assuming this is in col A, A1 down

0405-115560
0405-115588
0304-100560
0304-152560
....like wise


Put in C1:

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

Copy C1 down to say, C2000,
to cover max expected data range in col A

Put in D1:

=IF(ISERROR(SMALL(C:C,ROWS($A$1:A1))),"",INDEX(A:A ,MATCH(SMALL(C:C,ROWS($A$1
:A1)),C:C,0)))

Copy D1 down to D2000

Col D will return the list of uniques from col A

Just copy col D and then paste special as values
elsewhere as may be needed.
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Shanks" wrote in message
...
I have data in List where there is a filed TAG Number and contains numbers

like

0405-115560
0405-115588
0304-100560
0304-152560
....like wise

I want to now find out if all the numbers are unique and that there is no
dulicate number in this field.

There are around 600 to 1500 rows of data in a list.

Can I have a clue to get over this problem ?

Thx
Shanks



  #5   Report Post  
Brian
 
Posts: n/a
Default

Hey I would just like to know if it is possible to reset a cell depending in
another cell. ie I would like to have a yes/no option and if yes a value is
given in the next cell, however if no is chosen and the next cell has a
number I would like to use a function somewhere else that will reset that
cell.

"Shanks" wrote:

I have data in List where there is a filed TAG Number and contains numbers like

0405-115560
0405-115588
0304-100560
0304-152560
....like wise

I want to now find out if all the numbers are unique and that there is no
dulicate number in this field.

There are around 600 to 1500 rows of data in a list.

Can I have a clue to get over this problem ?

Thx
Shanks



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 the second largest number in a list bobf Excel Discussion (Misc queries) 1 February 16th 05 01:19 PM
Pull unique names for drop down list [email protected] Excel Discussion (Misc queries) 3 February 1st 05 10:23 PM
Count Unique Names in list w/ Additional Criteria? Nodak Excel Worksheet Functions 1 January 25th 05 11:15 PM
Finding Unique Values in Column Kirk P. Excel Discussion (Misc queries) 1 January 25th 05 02:01 PM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM


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