Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey,
I have a list of clients in Cells A1..A3. This list is ever changing and may go from three to thirty clients! Cells D1..E12 contain an ever-changing list of projects per client (Client Names in column D and Project Names in column E), thusly: Column D Column E ------------------------------- Client-1 Project-1 Client-1 Project-2 Client-2 Project-3 Client-2 Project-4 Client-3 Project-5 What I'd like to do is: A) display a dropdown-list of clients in Cell AA1 and then, B) display a dropdown-list of corresponding projects in Cell AB1 depending on the client selected in AA1. For A) I understand I can use Data--Validation and point it to a list For B) How do I program the dropdown to be dependent on what was selected? Is this something that can be done..programmatically or with a macro (note the list of clients and projects keep changing...almost on a bi-weekly basis). TIA, FxAS |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
From many of Tom O.'s posts
http://www.contextures.com/tiptech.html Under data validation, look at Dependent Lists. -- -John Please rate when your question is answered to help us and others know what is helpful. "FXAs" wrote: Hey, I have a list of clients in Cells A1..A3. This list is ever changing and may go from three to thirty clients! Cells D1..E12 contain an ever-changing list of projects per client (Client Names in column D and Project Names in column E), thusly: Column D Column E ------------------------------- Client-1 Project-1 Client-1 Project-2 Client-2 Project-3 Client-2 Project-4 Client-3 Project-5 What I'd like to do is: A) display a dropdown-list of clients in Cell AA1 and then, B) display a dropdown-list of corresponding projects in Cell AB1 depending on the client selected in AA1. For A) I understand I can use Data--Validation and point it to a list For B) How do I program the dropdown to be dependent on what was selected? Is this something that can be done..programmatically or with a macro (note the list of clients and projects keep changing...almost on a bi-weekly basis). TIA, FxAS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to create dropdowns in Excel | Excel Discussion (Misc queries) | |||
Cascading drop down boxes in Excel | Excel Worksheet Functions | |||
How to create Cascading Drop-Down Lists? | Excel Worksheet Functions | |||
How do I create Dynamic Dropdowns | Excel Programming | |||
Create a cascading list box using Excel | Excel Discussion (Misc queries) |