Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What am I doing wrong? Column A I've got =countif(a:a,2)=1 because I don't
want duplicate numbers entered. No matter what is entered even numbers that aren't duplicates, I still get my warning message and won't allow me to enter anything. Thanks in advance!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select column A and FormatCFFormula is:
=COUNTIF(A:A,A1)=1 I would tend to use a more realistic range like =COUNTIF($A$1:$A$1000,A1)=1 but you know your needs. Gord Dibben MS Excel MVP On Sat, 23 Feb 2008 15:05:00 -0800, Richard wrote: What am I doing wrong? Column A I've got =countif(a:a,2)=1 because I don't want duplicate numbers entered. No matter what is entered even numbers that aren't duplicates, I still get my warning message and won't allow me to enter anything. Thanks in advance!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation Data using Validation Table cell range..... | Excel Discussion (Misc queries) | |||
Data Validation Update Validation Selection | Excel Worksheet Functions | |||
data validation invalid in dynamic validation list | Excel Discussion (Misc queries) | |||
data validation invalid in dynamic validation list | Excel Worksheet Functions | |||
Data validation with validation lists and combo boxs | Excel Discussion (Misc queries) |