Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default All cells shud contain a unique ref how do i check 4 duplicates?

I am checking through a document register. The register relies on the fact
that every document has a unique referance number but i have come across a
few duplicates. How do i check the rather large register for other duplicates
without doing it manually, and without having a specific referance number to
begin with.

thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 694
Default All cells shud contain a unique ref how do i check 4 duplicates?

You need a new column and assuming that the reference numbers are in column A

try in column b

b2:=if(countif(a:a, a2)1,countif(a:a, a2),"")
and then copy it down

that will highlight duplicates and then you can do an auto filter on it to
get them
--
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.


"charlie777" wrote:

I am checking through a document register. The register relies on the fact
that every document has a unique referance number but i have come across a
few duplicates. How do i check the rather large register for other duplicates
without doing it manually, and without having a specific referance number to
begin with.

thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 196
Default All cells shud contain a unique ref how do i check 4 duplicates?

Hi Charlie

An easy visual approach would be to use Conditional Formatting so that
duplicates get highlighted in some easily visible colour (say Red or
Green).

Assuming your document ID numbers/file names are in col A then select
the column and go FormatConditional Formatting.

Change the first drop-down arrow to Formula Is and in the bar
immediately adjacent to this, type the formula:

=COUNTIF(A:A,A1)1

Then click the Format button and go to the Patterns tab and choose your
desired colour.

Click OK, and now you can scan down your list of files, and any
duplicate cells will be highlighted in the colour you chose.

Hope this helps!

Richard

charlie777 wrote:

I am checking through a document register. The register relies on the fact
that every document has a unique referance number but i have come across a
few duplicates. How do i check the rather large register for other duplicates
without doing it manually, and without having a specific referance number to
begin with.

thanks


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
I need to link check boxes to 3 different cells Jose M. Excel Worksheet Functions 1 October 28th 06 04:39 AM
parse comma separated text to multiple cells and remove duplicates doon Excel Worksheet Functions 11 October 26th 06 03:46 PM
Identifying unique dates in a row of cells containing dates... cdavidson Excel Discussion (Misc queries) 9 October 13th 06 08:43 PM
Identifying unique dates in a range of cells containing dates... cdavidson Excel Discussion (Misc queries) 4 October 13th 06 03:30 PM
A formula to check differrent cells Carlsbad Excel Worksheet Functions 0 October 28th 04 01:19 AM


All times are GMT +1. The time now is 10:12 AM.

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"