highlight duplicate entries

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

Guest

I have to keep track of load ticket numbers for our trucking company. I have
it set up so they are all in one column. Is there a way I can set it up to
warn about duplicate entries? Version I use is MS Office 2002. Any help would
be much appreciated!
Thanks. Linda
 
Assume your range is A1:A100...

<Format><Conditional Formatting...>
From the drop down box choose "Formula Is"
Enter this formula: =COUNTIF($A$1:$A$100,A1)>1
Choose a format (e.g. background color, text color) to display for duplicates
Select "OK"
Copy the formatting of this cell down to the end of your range

Note: Change the reference of A1:A100 to fit your data.
 

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

Similar Threads

Access Auto Matching Duplicates? 0
unique cell entry 8
Highlihting duplicate entries 3
Duplicate Entries 3
Duplicates Deletion ? 2
Highlight exact match in column 2
Duplicate Entries 1
Finding Duplicate Cell Entries 6

Back
Top