Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
marie
 
Posts: n/a
Default Avoiding Duplicate entries - from a drop down

Hi there, I am trying to create a rule to prevent duplicate 'entries' from
being selected, but is unsuccessful in doing so. Basically, my worksheet
allows a user to select an entry from a validation list (drop down). The
problem with this set up is that there is a high probability that another
user would select the same option. How could I disallow or warn the user(s)
that a similar entry already exists?

For example, the drop down consists of colour selections (red, yellow,
green, blue, etc.). I only want RED to be selected once. If user 2 selected
RED again, I want a prompt warning him/her that RED already exists.

By the way, this only impacts one column.

How could I do create a 'condition' warning the user that a similar entry
already exists or even preventing them from selecting a pre-existing entry
again?

Marie

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Avoiding Duplicate entries - from a drop down

See if this helps:

http://contextures.com/xlDataVal03.html

Biff

"marie" wrote in message
...
Hi there, I am trying to create a rule to prevent duplicate 'entries' from
being selected, but is unsuccessful in doing so. Basically, my worksheet
allows a user to select an entry from a validation list (drop down). The
problem with this set up is that there is a high probability that another
user would select the same option. How could I disallow or warn the
user(s)
that a similar entry already exists?

For example, the drop down consists of colour selections (red, yellow,
green, blue, etc.). I only want RED to be selected once. If user 2
selected
RED again, I want a prompt warning him/her that RED already exists.

By the way, this only impacts one column.

How could I do create a 'condition' warning the user that a similar entry
already exists or even preventing them from selecting a pre-existing entry
again?

Marie



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
marie
 
Posts: n/a
Default Avoiding Duplicate entries - from a drop down

Thanks for your help. This formula was actually more helpful in terms of what
I wanted to do:

=IF(COUNTIF(NAME_1,A1)1,TRUE,FALSE)

Your assistance is greatly appreciated!
Marie


"Biff" wrote:

See if this helps:

http://contextures.com/xlDataVal03.html

Biff

"marie" wrote in message
...
Hi there, I am trying to create a rule to prevent duplicate 'entries' from
being selected, but is unsuccessful in doing so. Basically, my worksheet
allows a user to select an entry from a validation list (drop down). The
problem with this set up is that there is a high probability that another
user would select the same option. How could I disallow or warn the
user(s)
that a similar entry already exists?

For example, the drop down consists of colour selections (red, yellow,
green, blue, etc.). I only want RED to be selected once. If user 2
selected
RED again, I want a prompt warning him/her that RED already exists.

By the way, this only impacts one column.

How could I do create a 'condition' warning the user that a similar entry
already exists or even preventing them from selecting a pre-existing entry
again?

Marie




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
removing duplicate entries armagan Excel Discussion (Misc queries) 1 June 12th 06 05:42 PM
Duplicate Entries ConfusedNHouston Excel Discussion (Misc queries) 1 November 1st 05 12:50 PM
count duplicate (or, inversely, unique) entries, but based on a condition markx Excel Worksheet Functions 3 March 8th 05 06:57 PM
Preventing Duplicate Entries within a column Bruce Excel Discussion (Misc queries) 3 January 29th 05 12:33 AM
Add numbers for duplicate entries then delete Chillygoose Excel Worksheet Functions 1 November 2nd 04 04:35 PM


All times are GMT +1. The time now is 04:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"