Creates a hyperlink inside a cell that, when clicked, opens the address specified.
Syntax
link_address: The URL or address to open. In case of a cell reference, use "#cell_reference". E.g. " www.zoho.com"
Remarks
Zoho Sheet also converts URLs into hyperlinks directly when entered into a cell.
Examples
|
Formula |
Result |
|
=HYPERLINK(" www.zoho.com"; "Zoho home page") |
|
|
=HYPERLINK(" https://www.zoho.com/docs/sheet.html"; "Zoho Sheet") |
|
|
=HYPERLINK( " https://www.zoho.com/sheet/excel-alternative.html" ) |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|