Thread: Duplicate Data
View Single Post
  #3   Report Post  
Max
 
Posts: n/a
Default

One way via Data Validation ..

Select col A

Click Data Validation
Make the settings:
Choose under "Allow:" : Custom
Formula: =COUNTIF($A$1:A1,A1)<=1
Click OK
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"bdq17" wrote in message
...
How do I get excel to automatically detect and notify when I've typed the
same number in two cells of the same column? I get a lot of duplicate

product
numbers that I imput into column A of my spreadsheet. Example: If I type

the
number 123456 into A1 I don't want that number in any other cell of column

A
and I want excel to notify me if I type a duplicate.