Forum Discussion

Jan Grobbelaar's avatar
Jan Grobbelaar
Copper Contributor
Nov 13, 2018
Solved

HYPERLINK function returns "Cannot open specified file"

I am trying to use the HYPERLINK function but to no avail. I have exhausted all the standard help available on this, but I cannot figure out what is wrong, Here is an example of the syntax I am tryin...
  • Willy Lau's avatar
    Nov 14, 2018
    =HYPERLINK("#$A$3","Somewhere in the same worksheet")

    or

    =HYPERLINK("#'ANOTHER SHEET'!$A$3","Somewhere in another worksheet")

    if you want a dynamic link in cell A3, put

    #A5

    then, the hyperlink function

    =HYPERLINK($A$3, "Somewhere pointed by Cell A3")

Resources