All cells shud contain a unique ref how do i check 4 duplicates?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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 Format>Conditional 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top