#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Data Validation

I am trying to build a worksheet to help create schedule assignments.
Columns show the date, and the people being assigned are list in Column A. I
have set up data validation, so that people can only be assigned to specific
tasks, found in the list source. However, I want to ensure that only one
person is assigned to any one task in the list. Later, I will also want to
set up a protocol to make sure that someone is in fact asisgned to every task.

Any suggesdtions on the best way to achieve this?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Data Validation

Donald,

The specific answer depends on the structure of your workbook. Do you have
a daily list of tasks, with the assigned worker in a column or row for each
day - or do you have a list of workers, with the assigned task associated
with the worker.

Generally, if you want to prevent duplicates in a range, you can select the
range, and use a custom function like

=COUNTIF($D$2:$D$100,D2)=1

where the active cell when the DV is applied to is cell D2, and you don't
want duplicates in D2:D100.

HTH,
Bernie
MS Excel MVP


"Donald Dudar" wrote in message
...
I am trying to build a worksheet to help create schedule assignments.
Columns show the date, and the people being assigned are list in Column A.
I
have set up data validation, so that people can only be assigned to
specific
tasks, found in the list source. However, I want to ensure that only one
person is assigned to any one task in the list. Later, I will also want
to
set up a protocol to make sure that someone is in fact asisgned to every
task.

Any suggesdtions on the best way to achieve this?

Thanks



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
Validation Data using Validation Table cell range..... Dermot Excel Discussion (Misc queries) 16 January 5th 10 09:35 PM
Data Validation Update Validation Selection PCreighton Excel Worksheet Functions 3 September 11th 07 03:32 PM
data validation invalid in dynamic validation list ilia Excel Discussion (Misc queries) 0 November 7th 06 12:54 PM
data validation invalid in dynamic validation list ilia Excel Worksheet Functions 0 November 7th 06 12:54 PM
Data validation with validation lists and combo boxs Keith Excel Discussion (Misc queries) 1 October 12th 06 11:08 AM


All times are GMT +1. The time now is 07:28 PM.

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

About Us

"It's about Microsoft Excel"