Forum Discussion
AndrewBarlee
Oct 20, 2021Copper Contributor
Autopopulate cells based on different sheets using drop down
Hi, I'm wanting to have a home page that users can use a drop down on to display 'final value data' from different years (user selects 2019, it populates with 2019 data). I have seperate sheets f...
- Oct 20, 2021
If you have a drop-down with the sheet names, you can use
=INDIRECT("'"&dropdown_cell&"'!cell_address")
HansVogelaar
Oct 20, 2021MVP
If you have a drop-down with the sheet names, you can use
=INDIRECT("'"&dropdown_cell&"'!cell_address")- AndrewBarleeOct 21, 2021Copper ContributorThats it! Thanks so much 🙂