HYPERLINK

Generates a hyperlink inside a cell based on a URL and a user-defined label.

Parameter List

Syntax
HYPERLINK(url
[link_label]
)
url

The full URL of the link location enclosed in quotation marks, or a reference to a cell containing such a URL.

[optional] link_label

The text to display in the cell as the link, enclosed in quotation marks, or a reference to a cell containing such a label.

Examples

HYPERLINK("https://wikipedia.com", "Wikipedia website") returns Wikipedia website