microsoft office, microsoft excel, microsoft

With the HYPERLINK function, you can enter a file path or URL with the sheet, cell, or defined name you want to link to. For example: “=HYPERLINK(“[HTG_Desktop.xlsx]Sheet1!A6″)” Insert display text to make your link friendlier.

Excel offers its own built-in linking feature in the toolbar. But the HYPERLINK function lets you do more, like a link to a workbook on your company intranet, shared server, another drive, or even a bookmark in a Word document. Let’s look at everything you can do with this versatile function.

What Is the HYPERLINK Function?

HYPERLINK in Excel is a function for creating clickable links to all sorts of places and objects. You could, of course, do some of the same things that HYPERLINK does using the Link tool in Excel. However, a formula gives you finer control of the link, and HYPERLINK is a simple function to learn that can get you comfortable with creating formulas in general. Additionally, HYPERLINK lets you link directly to a specific cell or defined name.

The syntax for the function’s formula is HYPERLINK(location, text) where only the first argument is required and contains the path to the Excel file.

You can use the second argument to display specific text as the link. Place text in quotation marks or use a cell reference. For example, instead of displaying the file path or URL, you can display “Click Here” or a value from another cell in the current sheet.

1. Link to a Cell in the Spreadsheet

To link to a certain cell in the current spreadsheet, you’ll include the file name, sheet name, and cell reference. Notice that you place the file name in brackets and the entire argument in quotes.

For example, with this formula, we link to cell A6 in our current spreadsheet named Sheet1. The file name is HTG_Desktop.xlsx. Remember to include the file extension, which is either .xls or .xlsx depending on your version of Excel.

=HYPERLINK("[HTG_Desktop.xlsx]Sheet1!A6")

microsoft office, microsoft excel, microsoft

To link to the same file, sheet, and cell, but use a friendly name for the link like “Go to A6”, you can use this formula:

=HYPERLINK("[HTG_Desktop.xlsx]Sheet1!A6","Go to A6")

microsoft office, microsoft excel, microsoft

2. Link to a Cell Within the Workbook

To link to a cell in the current workbook, but on a different sheet, simply replace the current sheet name with the other sheet’s name.

Here, we’ll link to cell B2 on Sheet2:

=HYPERLINK("[HTG_Desktop.xlsx]Sheet2!B2")

microsoft office, microsoft excel, microsoft

You can also insert the CELL function as the location argument rather than typing the file name. Here’s the formula for linking to the same cell as above:

=HYPERLINK(CELL("address",Sheet2!B2))

microsoft office, microsoft excel, microsoft

For this combined function formula, you can also enter display text for the text argument. Instead of adding text in quotes, we’ll use the value in cell D1 which is the word “Title”:

=HYPERLINK(CELL("address",Sheet2!B2),D1)

microsoft office, microsoft excel, microsoft

3. Link to a Defined Name

Maybe you’d like to link to a named range of cells in the current or another Excel workbook. In this case, you’ll add brackets around the path directly before the defined name.

To link to the defined name Scores in the current workbook titled HTG_Desktop.xlsx, you’d use the following formula:

=HYPERLINK("[HTG_Desktop.xlsx]Scores")

microsoft office, microsoft excel, microsoft

To link to the defined name Totals in a different workbook, you’ll enter the complete path in brackets followed by the cell range name like this:

=HYPERLINK("[C:UsersSandyDesktopMyDataEntryForm.xlsx]Totals")

microsoft office, microsoft excel, microsoft

To use something different for the display text, in either example, simply add it to the second argument:

=HYPERLINK("[HTG_Desktop.xlsx]Scores","Go There")

microsoft office, microsoft excel, microsoft

4. Link to a Workbook on Another Drive

Linking to an Excel file on a different drive on your computer is another option. You can also link directly to a cell or named range if needed.

To link to the file without a designated cell or defined name, include the complete path in quotes. Here, we’ll link to the file MyDataEntryForm.xlsx on the E drive.

=HYPERLINK("E:MyDataEntryForm.xlsx")

microsoft office, microsoft excel, microsoft

For a particular cell, we’ll link to C9 on Sheet1 in the same file and location. Add brackets around the path with the sheet name and cell reference afterwards.

=HYPERLINK("[E:MyDataEntryForm.xlsx]Sheet1!C9")

microsoft office, microsoft excel, microsoft

For another example, we’ll link to the named range Totals in the same file and location. Because you’re using a defined name, be sure to insert the brackets around the path. Here, we’ll include the display text Totals:

=HYPERLINK("[E:MyDataEntryForm.xlsx]Totals","Totals")

microsoft office, microsoft excel, microsoft

5. Link to a Workbook on the Web

Maybe the workbook you want to link to is on your company intranet or a website. You can link to a  remote XLSX file by including the full path in quotes as follows:

=HYPERLINK("http://www.mysite.com/report.xlsx")

microsoft office, microsoft excel, microsoft

To link to a specific sheet and cell, include the file path in brackets with the sheet name and cell reference directly following.

=HYPERLINK("[http://www.mysite.com/report.xlsx],Sheet1!A7")

microsoft office, microsoft excel, microsoft

6. Link to a Word Document

If you want to integrate your documents with your spreadsheets, you can use the HYPERLINK function to link to a Word document. Plus, you can link straight to a bookmark you’ve created in Word.

To link to the Word document, include the full path in quotes and don’t forget the file extension. For Word, it’s either .doc or .docx depending on your version:

=HYPERLINK("C:UsersSandyDesktopMiscWorkDoc.docx")

microsoft office, microsoft excel, microsoft

To link to a bookmark in Word instead, you’ll add those brackets followed by the bookmark name. Here, we link to the same file as above but directly to the bookmark named Details and include the display text Report:

=HYPERLINK("[C:UsersSandyDesktopMiscWorkDoc.docx]Details","Report")

microsoft office, microsoft excel, microsoft

If you’re looking for an alternative way to create links in Excel, especially for a particular cell in another workbook or one on the web, keep the HYPERLINK function in mind.

For more, look at how to link to cells or spreadsheets in Google Sheets too!

TECH NEWS RELATED

9 Best Ways To Retrieve A Downloaded Movie On Your Laptop

Watching movies online can be a hassle; Especially when there is a lot of buffering. This is one of the biggest reasons for people to download their movies and watch them offline. However, I found this specific query in a forum where people were asking to recover a downloaded movie ...

View more: 9 Best Ways To Retrieve A Downloaded Movie On Your Laptop

How To Snip Screen On Your Laptop?

Taking a screenshot is not a complicated process. All of us are familiar with at least one way to do it. However, there are several ways to capture your screen for a frame. We made this article to show you all the different ways you can grab your screens. If ...

View more: How To Snip Screen On Your Laptop?

How To Connect AirPods To A Laptop?

The Apple AirPods are, undoubtedly, some of the best earpieces available on the electronics market. With three generations of different AirPods models, these sleek, ivory earphones are quite popular. Apart from the appearance and quality, AirPods are known for being versatile. Irrespective of what the host device is, AirPods can ...

View more: How To Connect AirPods To A Laptop?

7 Best Ways To Fix DistributedCOM Error In Windows

If you open the Event Viewer utility often, you may notice a DistributedCOM Error on Windows. Let’s know what this DistributedCOM Error Windows error is, how it’s caused, and how you can fix it. Contents show 1 What Is the DistributedCOM Error Windows 10 and 11? 2 What is the ...

View more: 7 Best Ways To Fix DistributedCOM Error In Windows

12 Easy Fixes For Webcam Not Working In Windows

Cameras are becoming quite common for PCs. We use meetings on Zoom, Microsoft Teams, Skype, and other options. The operating system might not be at fault if your camera isn’t working. You can use the given solutions to solve the Webcam Not Working Windows issue quickly. We have covered ...

View more: 12 Easy Fixes For Webcam Not Working In Windows

Windows 10 Sound Not Working: 18 Quick And Easy Methods

Is  Windows 10 Sound Not Working on your PC? This is a common issue faced by many Windows users.  If you are one among them, you are in the right place. This article gives you 11 solutions to fix the no-sound issues in Windows 10.  Contents show 1 Reasons For ...

View more: Windows 10 Sound Not Working: 18 Quick And Easy Methods

Fix CAA20004 Microsoft Teams Sign in Error

Microsoft Teams have a bundle of excellent and attractive features that provides you with easy communication among friends, even classes and offices were conducted online. There’s a lot going on in MS Teams, for example, you can chat via messages and video calls, and at the same time share files ...

View more: Fix CAA20004 Microsoft Teams Sign in Error

How To Fix This Update Is Not Applicable To Your Computer Error: 11 Quick Fixes

Windows standalone updates packages are useful when your Windows updater is not working or you want to install a certain update manually. However, running these updated packages, sometimes, shows the error message “This update is not applicable to your computer” or “This update is not applicable to your computer”. ...

View more: How To Fix This Update Is Not Applicable To Your Computer Error: 11 Quick Fixes

Windows Dual Boot Menu Not Showing: 6 Easy Ways To Fix

12 Best Fixes: Windows 10 Start Menu Search Not Working

How to customize and publish a Microsoft Bookings page?

Chic-Fil-A’s Training Program Apparently Features a Familiar Fallout Face

Microsoft Teams Status not updating or changing

Don’t Buy a Foldable Until Samsung Brings This Prototype to Life

Windows Encryption Not Working? 6 Best Ways To Fix

How to get Apple Calendar on Windows PC

Windows Update Error 0x80073701: 9 Best Ways To Fix

Best Ways To Fix Slow Internet During VPN On Windows 11

6 Solutions To Fix Wmpnetwk High CPU Usage In Windows

Save Time in Microsoft PowerPoint by Making Your Own Theme

OTHER TECH NEWS

Top Car News Car News