I am trying to figure out how to create a dynamic dropdown of specific sheet names in a cell. Once a sheet name is selected, the data on the selected sheet will be used to populate the active worksheet. I would prefer not to use Data Validation.
I have been searching all day on how to do this so any help is greatly appreciated.
Thank you.
- A user may create any number of sheets with beginning with the name "Requirements".
- On another sheet called "Upload", I want a cell with dropdown capability that lists all sheets beginning with the name "Requirements"
- The user will select one of the sheets from the dropdown list.
- The "Upload" sheet will refer to the selected "Requirements" sheet to grab all data to fulfill the formulas on the "Upload" sheet.
I have been searching all day on how to do this so any help is greatly appreciated.
Thank you.