Forum Discussion
jvan4
Jun 15, 2023Copper Contributor
excel hyperlinks not referencing in new sheet
hi, i am creating an excel sheet with multiple hyperlinks to photos. i am trying to create new sheets in the same workbook that reference back to the main sheet, but the hyperlinks are not transferri...
JKPieterse
Jun 16, 2023Silver Contributor
Check out the HYPERLINK function, much more robust for internal hyperlinks:
=HYPERLINK(CELL("address",Sheet1!A1),"Home")
=HYPERLINK(CELL("address",Sheet1!A1),"Home")