Forum Discussion
sammage34
Apr 15, 2020Copper Contributor
Link to different sheets based on cell value
I have a sheet that I can add a lot of dated information to, and then 12 more sheets, one for each month. I would like to have a button with a link set up that will go to the current month sheet. The current month is April, so click on the current month button and it will take me to the April worksheet.
Is there a way to do this?
3 Replies
- tbulaCopper Contributor
if the current month April is in the cell "A1" and you have got the sheet named "April"
you can use the formula: =HYPERLINK("#"&A1&"!A1",A1)