Good day!
Looking for some help in creating a dependent dropdown (combo box) on a User from. The Named Ranges are being pulled from tables.
Basically it needs to run like this;
If ExpIncDrop (Combo box) = "Expense"
Then TypeDrop (Combo box) = ExpenseType (Defined Named Range)
Else TypeDrop (Combo box) = IncomeType (Defined Named Range)
ExpenseType and IncomeType is a defined named range both in separate tables.
Looking for some help in creating a dependent dropdown (combo box) on a User from. The Named Ranges are being pulled from tables.
Basically it needs to run like this;
If ExpIncDrop (Combo box) = "Expense"
Then TypeDrop (Combo box) = ExpenseType (Defined Named Range)
Else TypeDrop (Combo box) = IncomeType (Defined Named Range)
ExpenseType and IncomeType is a defined named range both in separate tables.
Last edited: