Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am entering unique serial no. in col A. Can I set up a rule which will not
allow a duplicate serial no. entry into another cell? |
#2
![]() |
|||
|
|||
![]()
See
http://cpearson.com/excel/NoDupEntry.htm In article , "pg23673" wrote: I am entering unique serial no. in col A. Can I set up a rule which will not allow a duplicate serial no. entry into another cell? |
#3
![]() |
|||
|
|||
![]()
Check out the validation in the Data section.
select the area of interest (A:A) <data<validation<Settings<Custom enter =countif(A:A,A1)=1 Set the error alert as you want it "pg23673" wrote: I am entering unique serial no. in col A. Can I set up a rule which will not allow a duplicate serial no. entry into another cell? |
#4
![]() |
|||
|
|||
![]() If you put a Custom Data Validation as follows:- =IF(MATCH(A1,A:A,0)<ROW(A1),FALSE,TRUE) This assumes that you are putting the serial number in column A, adjust accordingly if this is not the case -- Gary Brown ------------------------------------------------------------------------ Gary Brown's Profile: http://www.excelforum.com/member.php...o&userid=17084 View this thread: http://www.excelforum.com/showthread...hreadid=378030 |
#5
![]() |
|||
|
|||
![]()
Chip Pearson has something that can help:
http://www.cpearson.com/excel/NoDupEntry.htm pg23673 wrote: I am entering unique serial no. in col A. Can I set up a rule which will not allow a duplicate serial no. entry into another cell? -- Dave Peterson |
#6
![]() |
|||
|
|||
![]()
Thanks for the help guys.
"Gary Brown" wrote: If you put a Custom Data Validation as follows:- =IF(MATCH(A1,A:A,0)<ROW(A1),FALSE,TRUE) This assumes that you are putting the serial number in column A, adjust accordingly if this is not the case -- Gary Brown ------------------------------------------------------------------------ Gary Brown's Profile: http://www.excelforum.com/member.php...o&userid=17084 View this thread: http://www.excelforum.com/showthread...hreadid=378030 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
enter data on 1 sheet and make it enter on next avail row on 2nd s | Excel Discussion (Misc queries) | |||
Make macro run when I hit the enter key | Excel Discussion (Misc queries) | |||
"Enter" in Macros | Excel Discussion (Misc queries) | |||
Enter last name, auto fill full name & address--HOW? | Excel Discussion (Misc queries) | |||
Hyperlink with Enter key | Excel Discussion (Misc queries) |