ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Dynamic drop-down lists based on an initial value selection (https://www.excelbanter.com/excel-discussion-misc-queries/174811-dynamic-drop-down-lists-based-initial-value-selection.html)

Scott K

Dynamic drop-down lists based on an initial value selection
 
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.

Roger Govier[_3_]

Dynamic drop-down lists based on an initial value selection
 
Hi Scott

Create named ranges corresponding to each of your 6 digit numbers, each
containing the list of valid entries.
If your first validation is in A1, set the validation in B1 to be List
Source =INDIRECT(A1)
For more help look here
http://www.contextures.com/xlDataVal02.html
--

Regards
Roger Govier

"Scott K" <Scott wrote in message
...
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.



Ron Coderre

Dynamic drop-down lists based on an initial value selection
 
See Debra Dalgleish's explanation and instructions on using Dependent Lists:
http://www.contextures.com/xlDataVal02.html

Is that something you can work with?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"Scott K" <Scott wrote in message
...
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.




Gav123

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.


Scott K

Dynamic drop-down lists based on an initial value selection
 
Thanks to everyone who replied and sent me to
http://www.contextures.com/xlDataVal02.html. This was exactly what I was
looking for and it works great!

Regards,

Scott Kling

"Ron Coderre" wrote:

See Debra Dalgleish's explanation and instructions on using Dependent Lists:
http://www.contextures.com/xlDataVal02.html

Is that something you can work with?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"Scott K" <Scott wrote in message
...
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.





Ron Coderre

Dynamic drop-down lists based on an initial value selection
 
Glad we could hellp, Scott.......Thanks for letting us know.

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)



"Scott K" <Scott wrote in message
...
Thanks to everyone who replied and sent me to
http://www.contextures.com/xlDataVal02.html. This was exactly what I was
looking for and it works great!

Regards,

Scott Kling

"Ron Coderre" wrote:

See Debra Dalgleish's explanation and instructions on using Dependent
Lists:
http://www.contextures.com/xlDataVal02.html

Is that something you can work with?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"Scott K" <Scott wrote in message
...
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.








All times are GMT +1. The time now is 02:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com