Berenloper
Board Regular
- Joined
- May 28, 2009
- Messages
- 83
- Office Version
- 365
- Platform
- Windows
Hi everyone,
Is it possible to make the result of a HLookup function presented as a hyperlink?
I have these two formulas:
=HYPERLINK("[Hyperlink.xlsx]Sheet1!D2",D2) (gives a working link on the first sheet)
=HLOOKUP(D2;Sheet2!1:1,1) (gives the plain result off the second sheet)
The HLookup presents the correct result, but I want to make it clicable to jump right to it.
I thought of joining it with the hyperlink function, but I can't get the syntax of it right.
Is it therefore even possible to combine them?
Best regards,
Berenloper
Is it possible to make the result of a HLookup function presented as a hyperlink?
I have these two formulas:
=HYPERLINK("[Hyperlink.xlsx]Sheet1!D2",D2) (gives a working link on the first sheet)
=HLOOKUP(D2;Sheet2!1:1,1) (gives the plain result off the second sheet)
The HLookup presents the correct result, but I want to make it clicable to jump right to it.
I thought of joining it with the hyperlink function, but I can't get the syntax of it right.
Is it therefore even possible to combine them?
Best regards,
Berenloper