Creates a hyperlink that opens a document, a web page, or an e-mail client, or jumps to a cell in the current worksheet.
Syntax
![]() |
---|
HYPERLINK( Text uri, [Text cellText] ) → Text |
The function returns the value of cellText. If cellText is omitted, the function returns uri.
Formula
![]() |
---|
=HYPERLINK("http://mindfusion.eu","Visit our site") |
Function Reference