Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Use the Hyperlink Function in Excel

Learn how to use Hyperlink Function in Excel, including its purpose, syntax, examples, and common errors, with clear step-by-step guidance.

Table of Contents

This guide explains how to use Hyperlink Function in Excel, including its syntax, required arguments, practical examples, and common errors.

How to Use the Hyperlink Function in Excel screenshot

Functional structure

= HYPERLINK (link_location, [friendly_name])

Inside:

  • Link_location (required argument) is the link to the website or file that is already opened. The link_location can be a reference to a cell containing a link or a string of characters enclosed in quotes containing a path to a file stored on the hard drive, a UNC path on the server, a line. UNC leads on the internet or intranet.
  • Friendly_name (optional argument) is the link text (also the jump text or anchor text) displayed in the cell. If you omit this, the link_location argument will be displayed as the link text as well.

Note:

  • If the hyperlink does not exist or is broken, the Hyperlink function will display an error when you click the cell.
  • If the function returns an error value of VALUE! Or N / A appears in a cell, most likely the problem is with the friendly_name argument in your Hyperlink function.

To link to another sheet, use the formula = HYPERLINK ("# sheet name! A1", "the reference name you want to put").

You have the following example:

Links to other sheets screenshot 2

To create a link to the " car rental " worksheet in the same file, type the formula = HYPERLINK ("# 'car rental'! A1", "A") and get the result:

Links to other sheets screenshot 3

When you click on the letter A, Excel automatically moves to cell A1 of the "car rental price" page.

Note: to get to the position of any cell in the worksheet, you just need to replace the position of the cell with A1 in the above formula.

To create a link to another workbook, specify the full path to the target worksheet in the following format: " D: Vidugiá xe xe. xlsx" by right-clicking the file you need and selecting Properties .

In a cell without the Hyperlink function, type the formula:

= HYPERLINK ("D: Vidugiá car rental. xlsx", "B"). The result is:

Link to another spreadsheet screenshot 4

To create a link to a website, enter the link for that site into the link_location argument.

Link to a website screenshot 5

To create an email link to someone, you need an email address in the following format: mailto: email_address in the link_location argument.

Link to email screenshot 6

The main reason that the Hyperlink function doesn't work is because the path no longer exists or is broken in the link_location argument. When this error occurs, you should check the destination address of the link, make sure that the link location is provided in the correct format.

So, surely you already know how to create hyperlinks in Excel. Good luck!

FAQ

The HYPERLINK function performs the calculation described in this guide. Use the correct arguments and compatible data types for reliable results.

Start with an equals sign, enter HYPERLINK, add the required arguments inside parentheses, and confirm that cell references and separators are correct.

Common causes include missing arguments, invalid data types, incorrect cell references, unsupported values, or regional separator settings.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.