I am trying to create a drop down list based on the selection of another list, for example:
[Column A]
List A:
1
2
[Column B]
List B:
AX
AY
[Column B]
List C:
BX
BY
If I select 1 from List A in Column A, I want to be able to select an option from List B in Column B. However, if I select 2 from List A in Column A, I want to be able to select an option from List C in Column B instead.
How can I make this happen?
[Column A]
List A:
1
2
[Column B]
List B:
AX
AY
[Column B]
List C:
BX
BY
If I select 1 from List A in Column A, I want to be able to select an option from List B in Column B. However, if I select 2 from List A in Column A, I want to be able to select an option from List C in Column B instead.
How can I make this happen?