DEV Community

Andrews
Andrews

Posted on • Originally published at geekexcel.com on

Excel Formulas To Build hyperlink with VLOOKUP in Excel!!

In this article, we are going to look at formulas on how to build hyperlinks with VLOOKUP in Excel Office 365. We will show you the easy steps for completing the task quickly. Get an official version of ** MS Excel** from the following link: https://www.microsoft.com/en-in/microsoft-365/excel

Generic Formula

  • Use the below-mentioned formula to build hyperlinks with VLOOKUP.
=[HYPERLINK](https://geekexcel.com/how-to-use-hyperlink-function-in-microsoft-excel-365/)([VLOOKUP](https://geekexcel.com/how-to-use-excel-vlookup-function-in-office-365/)(name,table,column,0),name)

Enter fullscreen mode Exit fullscreen mode

Syntax Explanation

  • Hyperlink – The HYPERLINK function is used to construct a clickable hyperlink. This Function can build links to workbook locations, pages on the internet, or to files on network servers.
  • VLOOKUP – This function will help to lookup data in a range or table by row. Read more on the VLOOKUP function.
  • Comma symbol (,) – It is a separator that helps to separate a list of values.
  • Parenthesis () – The main purpose of this symbol is to group the elements.

Practical Example

Use the following steps to build hyperlinks with VLOOKUP in Excel.

  • Firstly, you have to create a sample data in Excel.

Sample data

  • Then, to create a hyperlink from a lookup, you need to use the following formula in formula bar.
=[HYPERLINK](https://geekexcel.com/how-to-use-hyperlink-function-in-microsoft-excel-365/)([VLOOKUP](https://geekexcel.com/how-to-use-excel-vlookup-function-in-office-365/)(E5,link_table,2,0),E5)

Enter fullscreen mode Exit fullscreen mode

Use the Formula

  • Now, you have to Hit the Enter key to get the result as shown below in the cell F5.

Result in cell F5

  • After that, to create a hyperlink from a lookup, you need to use the following formula in formula bar.
=[HYPERLINK](https://geekexcel.com/how-to-use-hyperlink-function-in-microsoft-excel-365/)([VLOOKUP](https://geekexcel.com/how-to-use-excel-vlookup-function-in-office-365/)(E6,link_table,2,0),E6)

Enter fullscreen mode Exit fullscreen mode

Use the Formula

  • Finally, you have to Hit the Enter key to get the result as shown below in the cell F6.

Result in Cell F6

Check this too:

Bottom-Line

In this article, we guided you to know how to build hyperlinks with VLOOKUP in Excel Office 365 with proper examples and screenshots. Kindly, give your feedback in the below comment section.

Thanks for visiting Geek Excel!! *If you want to learn more helpful formulas, check out Excel Formulas *!!

Read Also:

Top comments (0)