I searched the forums for what I am trying to do, and this example looks perfect, but something is missing - I can't get it to work.
What I have is:
Column 1 =
Expenditure Type
Asset Category
Column 2 =
Admin-All Staff Functions
Admin-Bus Licenses
Admin-Charitable Donations
Admin-Comm Cellular
Column 3=
Building-Rate 4
Building-Rate 5
Building-Rate 8
Building-Rate 10
When "Expenditure Type" is selected in the pseudo combo box I want the 2nd pseudo combo box to contain the data listed in column 2
When "Asset Category is selected, I want the list to contain the data in column 3
How is this done step-by-step?
Thanks.
Book3 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | MainList | SubList-1 | SubList-2 | |||
2 | Expenditure Type | Admin-All Staff Functions | Building-Rate 4 | |||
3 | Asset Category | Admin-Bus Licenses | Building-Rate 5 | |||
4 | Admin-Charitable Donations | Building-Rate 8 | ||||
5 | Admin-Comm Cellular | Building-Rate 10 | ||||
6 | ||||||
7 | ||||||
Sheet1 |
That was alot of help! But is there a way to have some of the information in the first drop-down point to the same information. For example: if the information in the first drop-down menu was: A Segment, B Segment, and Overlay and I want anything with the word Segment in it to point to the same menu but Overlay point to a different one.
I tried to do a Name with *Segment but that obviously didn't work.