View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hans[_3_] hans[_3_] is offline
external usenet poster
 
Posts: 41
Default list for validation

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