mcook36155
New Member
- Joined
- Oct 4, 2024
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hello
I have tried using the hyperlink formula to dynamically link to newly created test sheets from a template sheet. Its a basic workbook at this point with the template having name "sheet1", and the subsequent test sheets having names "sheet1 (2)" and so on.
I have used the formula =HYPERLINK(CONCAT("#",B10,"!A1"),D10) where cell B10 contains the sheet name "sheet1 (2)", and cell D10 just contains the test number "1". when I try to use the link it gives an error box saying "Reference isn't valid."
But when I do the exact same referencing cell B9 containing the sheet name "sheet1" it works
is there a way to make it work for these copied sheets?
I have tried using the hyperlink formula to dynamically link to newly created test sheets from a template sheet. Its a basic workbook at this point with the template having name "sheet1", and the subsequent test sheets having names "sheet1 (2)" and so on.
I have used the formula =HYPERLINK(CONCAT("#",B10,"!A1"),D10) where cell B10 contains the sheet name "sheet1 (2)", and cell D10 just contains the test number "1". when I try to use the link it gives an error box saying "Reference isn't valid."
But when I do the exact same referencing cell B9 containing the sheet name "sheet1" it works
is there a way to make it work for these copied sheets?