Forum Discussion
M2021L
Nov 15, 2021Copper Contributor
Autopopulate a drop down from another drop down
How do I set up to autofill several cells (containing drop downs) depending on the value of another drop down? For example, If x is selected from the dropdown in column A, then I want Columns B-...
- Nov 15, 2021
See the attached version. It uses a combination of Data Validation and VBA (in the worksheet module).
HansVogelaar
Nov 15, 2021MVP
See the attached version. It uses a combination of Data Validation and VBA (in the worksheet module).
bsiemens
Jan 02, 2025Copper Contributor
This is exactly what I'm trying to do but I'm having difficulty with the formula. I'm not sure how to use IF, VLOOKUP, etc.