Hi there folks!
I have a very simple request (at least I hope it’s going to be!).
I would like to limit the selection from a long drop-down list so to speak on selection of specific data from another list.
To explain further: I have set up the following three ‘Data -> Validation’ lists within a ‘LookUpRef’ worksheet, as follows:
DEPT TEAM SelectDept
A QCA1 A
A QCA2 B
A QCA3 C
A QCA4 D
B QCA5
B QCA6
B QCA7
B QCA8
C QCA9
C QCA10
C QCA11
C QCA12
D QCA13
D QCA14
D QCA15
D QCA16
On another sheet, I enter the ‘Department’ in one column from the drop-down ‘SelectDept’ list, and the ‘Teams’ into another column from the ‘TEAM’ drop-down list.
That is,
Department Teams
A QCA1
A QCA3
D QCA14
- etc,…
On selecting and entering a ‘Department’, - say ‘A’ for example, from the ‘DEPT’ list I would then like to see only a limited selection: ‘QCA1’, ‘QCA2’, ‘QCA3’ and ‘QCA4’ within the ‘TEAM’ list.
Can this be done very simply within code? I would like to activate/run this functionality each time a ‘Department’ is selected and entered. Or is there a much simpler way, involving the standard Excel features?
Many thanks in advance for assistance with this.
Kind regards
Magnetar
I have a very simple request (at least I hope it’s going to be!).
I would like to limit the selection from a long drop-down list so to speak on selection of specific data from another list.
To explain further: I have set up the following three ‘Data -> Validation’ lists within a ‘LookUpRef’ worksheet, as follows:
DEPT TEAM SelectDept
A QCA1 A
A QCA2 B
A QCA3 C
A QCA4 D
B QCA5
B QCA6
B QCA7
B QCA8
C QCA9
C QCA10
C QCA11
C QCA12
D QCA13
D QCA14
D QCA15
D QCA16
On another sheet, I enter the ‘Department’ in one column from the drop-down ‘SelectDept’ list, and the ‘Teams’ into another column from the ‘TEAM’ drop-down list.
That is,
Department Teams
A QCA1
A QCA3
D QCA14
- etc,…
On selecting and entering a ‘Department’, - say ‘A’ for example, from the ‘DEPT’ list I would then like to see only a limited selection: ‘QCA1’, ‘QCA2’, ‘QCA3’ and ‘QCA4’ within the ‘TEAM’ list.
Can this be done very simply within code? I would like to activate/run this functionality each time a ‘Department’ is selected and entered. Or is there a much simpler way, involving the standard Excel features?
Many thanks in advance for assistance with this.
Kind regards
Magnetar