sparkytech
Board Regular
- Joined
- Mar 6, 2018
- Messages
- 96
- Office Version
- 365
- 2019
I need a drop-down list that is populated from column "A", which only looks at the first row of each "section", and then allows the user to click the selected name in the drop-down box, and then the cursor will move to that cell containing the name selected. The way I currently do this, is a helper column "B" with a formula only in the rows with {Project Name}. For example, A12 contains {Project Name} and B12 contains the formula "=A12". Cells B13 through B19 are blank, and B20 contains "=A20", etc. This was my "easy" way to ignore everything in column A other than the project name and create a list for my drop-down. Is there a way to allow the user to select the project listed in the drop-down list and have the cursor jump to the cell with that project name? So, if the user clicks "Project A" in the drop-down, the cursor moves to cell A12? The project list will change often, so I need the links in the drop-down to happen automatically. I'm not opposed to VBA, but would prefer to avoid it if possible in order to future proof the sheet from company policies at a later date. Thanks in advance!