Forum Discussion
AlokBeheria
Feb 16, 2023Copper Contributor
Creating hyperlink
Hello All, Hello , I am trying to create hyperlink from sheet 1 to jump to another sheet within a range. For example, in the given sheet 1, there are values like First , Second and Third to jump...
- Feb 17, 2023
Hi AlokBeheria
you have a comma after the ] that needs to be removed:
Instead of
=HYPERLINK("[hyperlink_test.xlsx],Sheet1!A2","title")
it should be
=HYPERLINK("[hyperlink_test.xlsx]Sheet1!A2","title")
AlokBeheria
Feb 16, 2023Copper Contributor
AlokBeheria
Feb 17, 2023Copper Contributor
@Mart : Thanks a ton ! Your inputs helped me.
Regards