View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Donal P Donal P is offline
external usenet poster
 
Posts: 1
Default Look up list of values based on single value from pick list

I'm trying to use a validated pick list of nine values to populate another
list.

In other words, I want the user to be able to select from a list of programs
(which could be a validated list) and, based on the program selected,
automatically populate a list of a varied number of processes associated with
that program. When the user selects a different program, the list of
processes changes.

Is this feasible? TIA...