Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a large list of Alpha/numeric codes and I need to determine if any of
the codes are duplicated. Of course I have sorted the column and done if manually but the list is up to 4000 rows long (a monthly occurance) and i almost make myself blind doing it by eyesight.I have tried IF formulae but to no avail, I am a little stuck and even our IS department are unsure as to what to do. Any ideas? |
#2
![]() |
|||
|
|||
![]()
Two ways, with your data in column A, go Format, Conditional Formatting,
select 'Formula is' and enter =COUNTIF(A:A,A10)1 and format the cell as bright yellow or whatever, all duplicates will be yellow, data in column A again, in B1 enter =IF(COUNTIF(A:A,A1)1,"") and copy down to the end of the range, all duplicates will have 1 in the adjacent cell in column B, sort by column B Regards, "-Adrianna_" wrote in message ... I have a large list of Alpha/numeric codes and I need to determine if any of the codes are duplicated. Of course I have sorted the column and done if manually but the list is up to 4000 rows long (a monthly occurance) and i almost make myself blind doing it by eyesight.I have tried IF formulae but to no avail, I am a little stuck and even our IS department are unsure as to what to do. Any ideas? |
#3
![]() |
|||
|
|||
![]()
Sorry, that should be
=IF(COUNTIF(A:A,A1)1,1,"") "-Adrianna_" wrote in message ... I have a large list of Alpha/numeric codes and I need to determine if any of the codes are duplicated. Of course I have sorted the column and done if manually but the list is up to 4000 rows long (a monthly occurance) and i almost make myself blind doing it by eyesight.I have tried IF formulae but to no avail, I am a little stuck and even our IS department are unsure as to what to do. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Help with data not getting plotted | Excel Discussion (Misc queries) | |||
Help with data not getting plotted | Charts and Charting in Excel | |||
How can I check if data in external data range is changed after re | Excel Discussion (Misc queries) | |||
Fetching External Data from Excel | Excel Discussion (Misc queries) |