Forum Discussion

AlokBeheria's avatar
AlokBeheria
Brass Contributor
Feb 16, 2023
Solved

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...
  • Martin_Weiss's avatar
    Martin_Weiss
    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")

     

Resources