Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Howdy,
I need a way to prevent a user from entering duplicate data in a range of cells (ex. C6:C36). I need to prevent the user from entering an invoice number twice. I don't know if this is something for Data Validation or not. I have been trying that and cant get it to work. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ryan,
Select C6:C36, the use Data / Validation... on the "Settings" tab, Select Custom under "Allow" and use the formula =COUNTIF($C$6:$C$36,C6)=1 HTH, Bernie MS Excel MVP "Ryan" wrote in message ... Howdy, I need a way to prevent a user from entering duplicate data in a range of cells (ex. C6:C36). I need to prevent the user from entering an invoice number twice. I don't know if this is something for Data Validation or not. I have been trying that and cant get it to work. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks a lot, thats helped out alot
"Bernie Deitrick" wrote: Ryan, Select C6:C36, the use Data / Validation... on the "Settings" tab, Select Custom under "Allow" and use the formula =COUNTIF($C$6:$C$36,C6)=1 HTH, Bernie MS Excel MVP "Ryan" wrote in message ... Howdy, I need a way to prevent a user from entering duplicate data in a range of cells (ex. C6:C36). I need to prevent the user from entering an invoice number twice. I don't know if this is something for Data Validation or not. I have been trying that and cant get it to work. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What If I already have validation Allow=List AND I want to detect duplicates
in range say H13:H20 Validation: Allow: List Source: =AccountList John "Bernie Deitrick" wrote: Ryan, Select C6:C36, the use Data / Validation... on the "Settings" tab, Select Custom under "Allow" and use the formula =COUNTIF($C$6:$C$36,C6)=1 HTH, Bernie MS Excel MVP "Ryan" wrote in message ... Howdy, I need a way to prevent a user from entering duplicate data in a range of cells (ex. C6:C36). I need to prevent the user from entering an invoice number twice. I don't know if this is something for Data Validation or not. I have been trying that and cant get it to work. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I know when a field is repeating during while data entry | New Users to Excel | |||
prevent data entry into cell? | Excel Worksheet Functions | |||
How can I prevent loosing formula during data entry? | Excel Discussion (Misc queries) | |||
How Can I Prevent Data Entry In Same Category on the Same Date? | Excel Programming | |||
help with macro to save repeating data entry | Excel Discussion (Misc queries) |