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.
HYPERLINK(link, value)
link: The URL to navigate to.value: The text displayed as the hyperlink in the report.Returns clickable hyperlinked text that opens the specified URL.
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.
