Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Everybody,
I really need something that will work when I'm cutting and pasting many values at a time to warn me if there is duplication. Is there a way to do that? Gabe -----Original Message----- ....HOWEVER, the data validation has no effect when a worksheet value is inserted/updated within MS Access via the link. -- "Frank Kabel" wrote in message ... Hi highlight/select all cells for which you want to apply this validation. Then enter =COUNTIF($A$1:$A$1000,A1)=1 you have to change the following according to your needs: 1. The first paramenter of COUNTIF ($A$1:$A$1000) reflecting your selected range 2. The second parameter (A1) to the fuppermost cell of your selection The formula is entered in the data validation dialog (goto 'Data - Validation' and choose formula as category) Frank wrote: Thanks Rob, Does this go in the first cell of the column or somewhere else? -----Original Message----- In Cell A1: Data Validation. Custom. =COUNTIF($A$1:$A$1000,A1)=1 -- Rob van Gelder - http://www.vangelder.co.nz/excel "Gabe" wrote in message ... I have an Excel table linked to Access. I would like to restrict one column to require entries to be unique. Does anybody have any experience? . . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count the unique entries in a column of data | Excel Discussion (Misc queries) | |||
Extract Unique entries in a column | Excel Worksheet Functions | |||
set up a column in excel with unique entries | Excel Discussion (Misc queries) | |||
How do I return the unique entries from a column to a listbox | Excel Worksheet Functions | |||
Restrict cell value to unique value within column. | Excel Programming |