View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default list for validation

See http://www.contextures.com/xlDataVal01.html

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"hans" wrote in message
...
I want to make two lists to be used for validation
the list only has to contain names

One list has the names of my midical staff and one list has the names of

the
drivers.

the data look like this

person1 medic
person2 driver
person3 medic driver

So the medic list has to show person1 and person3
the driver list has to show person2 and person3

The lists i want to use as validation list.

Any idears?

Greetings Hans