Hyperlink to a cell on another sheet in Excel

前端 未结 1 851
难免孤独
难免孤独 2021-01-24 23:30

I am working on Excel report in which I need to pass a link which can take me to a cell referenced.

In below example, I have two sheets on same workbook. Now if I clic

相关标签:
1条回答
  • 2021-01-24 23:59
    =HYPERLINK("[Sample.xlsx]'Sheet2'!" & ADDRESS(1,MATCH("abc",BEFORE,0)),"ABC")
    

    If your sheet name might have spaces then make sure to add the single quotes around the name.

    0 讨论(0)
提交回复
热议问题