Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
Quickly Hyperlink to Another Sheet in Excel - Excel Tips and Tricks
6 Views • Apr 29, 2025
Description
Excel is a powerful tool that is widely used for organizing, analyzing, and presenting data. One of the most useful functions in Excel is the HYPERLINK() function. As the name suggests, this function allows you to create hyperlinks within your Excel worksheets. In this article, we will take a closer look at the HYPERLINK() function and how to use it in Excel.
What is the HYPERLINK() function?
The HYPERLINK() function is a built-in function in Excel that allows you to create hyperlinks that can be used to navigate to other parts of your workbook, other Excel workbooks, or even to external websites. The function takes two arguments: the first is the URL or the location of the destination, and the second is the display text that you want to show as the hyperlink.
How to use the HYPERLINK() function in Excel
To use the HYPERLINK() function in Excel, you need to follow these steps:
Step 1: Select the cell where you want to insert the hyperlink.
Step 2: Type the HYPERLINK() function in the formula bar.
Step 3: In the first argument, enter the URL or the location of the destination. You can either type the URL directly or reference it from another cell.
Step 4: In the second argument, enter the display text that you want to show as the hyperlink. You can either type the text directly or reference it from another cell.
Step 5: Press Enter to create the hyperlink.
Here's an example of how to use the HYPERLINK() function in Excel:
Suppose you have a list of products in column A, and you want to create hyperlinks to their respective webpages in column B.
1) Select cell B2.
2) Type =HYPERLINK("https://www.xybernetics.com", "Xybernetics Inc").
3) Press Enter.
4) You will see that "Product 1" is now a clickable hyperlink that will take you to the webpage of the product.
You can repeat the same steps for the rest of the products by changing the URL and the display text.
Advanced Usage of HYPERLINK() function
You can also use the HYPERLINK() function to create dynamic hyperlinks that change based on the data in your worksheet. For example, you can use the function to create a hyperlink that jumps to a specific cell in your worksheet based on the value of another cell.
To do this, you can use the CONCATENATE() function to combine the URL with the cell reference that you want to jump to. Here's an example:
Suppose you have a list of employees in column A, and you want to create hyperlinks that jump to their respective attendance records in column B.
1) Select cell B2.
2) Type =HYPERLINK(CONCATENATE("#", A2), "Attendance").
3) Press Enter.
4) You will see that "Attendance" is now a clickable hyperlink that will take you to the cell in column A that corresponds to the employee's attendance record.
You can repeat the same steps for the rest of the employees by changing the cell reference in the CONCATENATE() function.
More from User
I Created a FILTER() Function For Excel 2016 and Older Versions - Excel Tips and Tricks
ExcelTips247
DELETE rows in Excel without affecting other rows - Excel Tips and Tricks
ExcelTips247
I Created a UNIQUE() Function For Excel 2016 and Older Versions - Excel Tips and Tricks
ExcelTips247
Compare Two Tables In Excel - Excel Tips and Tricks
ExcelTips247
TOCOL and TOROW Functions in Excel - Excel Tips and Tricks
ExcelTips247
I Created a XLOOKUP() Function For Excel 2016 and Older Versions - Excel Tips and Tricks
ExcelTips247
Related Videos
How do I quickly duplicate a sheet in Excel? - Excel Tips and Tricks
ExcelTips247
What is the shortcut key to highlight a row in Excel? How do you quickly highlight a column in Excel? - Excel Tips and Tricks
ExcelTips247
Quick and Easy Way to Add Multiple rows and column in Excel and Google Sheets - Excel Tips and Tricks
ExcelTips247
Quickly Delete Multiple Record With Find And Replace - Excel Tips and Tricks
ExcelTips247
How to quickly format dataset table - Excel Tips and Tricks
ExcelTips247
How do I convert a column of URLs to hyperlinks in Excel? - Excel Tips and Tricks
ExcelTips247