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
Copy Code
|
|---|
HYPERLINK( Text uri, [Text cellText] ) → Text |
The function returns the value of cellText. If cellText is omitted, the function returns uri.
Formula
Copy Code
|
|---|
=HYPERLINK("https://mindfusion.dev","Visit our site") |