HYPERLINK
The HYPERLINK function returns hyperlinked text that navigates to a specified URL. This function is commonly used to create clickable links in reports and dashboards.
Syntax
HYPERLINK(link, value)Arguments
link: The URL to navigate to.value: The text displayed as the hyperlink in the report.
Return value
Returns clickable hyperlinked text that opens the specified URL.
Example
HYPERLINK("https://www.microsoft.com", "Microsoft")Returns Microsoft as hyperlinked text that navigates to the Microsoft website.
Hover over the hyperlinked text to display the hyperlink icon, and then select the icon to navigate to the website.

Excel equivalent
Last updated
Was this helpful?