This beginner’s tutorial explains how you can add a hyperlink to a cell, sheet or any external address in LibreOffice Calc.
In LibreOffice Calc, it is possible to link to any external web address, FTP address or any URL; Not only that you can link to any cell within a sheet or workbook. This is how you can do it.
Table of Contents
Add Hyperlink to Cell with External Address
- To add Hyperlink to a cell, simply click on the cell and from the Menu click
Insert -> Hyperlink
. The keyboard shortcut isCTRL+K.
- In the Hyperlink dialog, on the left side select “Internet“. Enter the Web of FTP URL and then enter Text. The Text part would be displayed in the cell. Once done, press OK.
- Now you can press CTRL+K to follow the hyperlink.
Add a Link to a cell within a Sheet
- To add a link to a cell within a Sheet, follow the same above process. Select a Cell, and open the hyperlink dialog from the menu. In the hyperlink dialog, select “Document” on the left side. In the “Target in the document” section type the cell address e.g. G10 in Target. Click Apply.
- Add any text to it in the further settings section so that it shows in the cell.
Add a Link to a cell in another Sheet
- You can also add a link to another sheet or any cell. In the Hyperlink dialog box go to the Document section. Then in the “Target in the document” section type the cell address with the sheet name like below.
Sheet2!G10
- Now when you click on the Hyperlink, Calc automatically opens up the target cell.
Using HYPERLINK Function to create a link
You can also use HYPERLINK function in your formula to create hyperlink interactively. Syntax is present below.
=HYPERLINK(URL, Cell Text)
- URL: Clickable URL
- Cell Text: Cell text to be displayed.
For example, to create a hyperlink to this website, simply use as below example.
=HYPERLINK("https://libreofficehelp.com","Learn LibreOffice")