View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Gav123 Gav123 is offline
external usenet poster
 
Posts: 136
Default Dynamic drop-down lists based on an initial value selection

Hi Scott,

Maybe this site will point you in the right direction..

http://www.contextures.com/xlDataVal02.html

Hope this helps,

Gav.

"Scott K" wrote:

I need to be able to dynamically set the valid range of selectable values in
a second cell based on the value entered in the first cell. Specifically,
when my users select a six-digit account number from a drop-down box (using
DataValidation), I need the cell to the right to restrict its possible range
of selectable values based on what account number was chosen.

I am using Excel 2003 and I have a good bit of experience using VBA if
that's the tool I should be using.