HomeGoogle DocsSpreadsheetHow to Label URL in Google Sheets Using HYPERLINK Function

How to Label URL in Google Sheets Using HYPERLINK Function

Published on

The Hyperlink is a Lookup function in Google Docs Sheets. The answer to how to label URL in Google Sheets is purely relying on the use of this function.

The one and only purpose of the HYPERLINK function is to label URLs. As a side note, to find about other Lookup functions, please check my Google Sheets Functions guide.

The Uniform Resource Locator aka URL is actually the web address of websites. When you open a webpage on your browser, on the address bar, you can see the URL of that page.

What’s Labelling URL’s then?

Here is an example in Google Sheets. See the cell A1 in my below example there you can find a URL.

In cell A3 you can see a labeled URL which is clean. Both are clickable links and clicking on them will take you to the same webpage.

Label URL in Google Sheets Using HYPERLINK

As I have clearly mentioned above, to label a URL you can use the function HYPERLINK in Google Sheets. It’s not an array function.

So if you want to label a bunch of URLs at a time, you must use the ArrayFormula function together with it. I’ll explain that later.

Label URL in Google Sheets Using HYPERLINK

To learn how to label URL in Google Sheets, first of all, you should understand the function Hyperlink. Find the syntax of this function and the examples below.

How to Use the Function HYPERLINK in Google Sheets

Syntax:

HYPERLINK(url, [link_label])

Example:

=HYPERLINK("https://infoinspired.com/google-docs/spreadsheet/formula-auto-updating-when-inserting-rows-or-columns/","Auto updating formula")

How to Label URL in Google Sheets

Google Sheets will only permit certain link types to use with this function. Further, if you omit the protocol, thehttp:// protocol is prepended to the URL in question which may or may not be correct.

So do include the protocol with the URL to a label. Here is one example of the Hyperlink function.

Since the URL doesn’t include the protocol, the Hyperlink prepends the wrong protocol. Check my above formula to see the correct protocol in the URL.

How to Label URL in Google Sheets

As per this official documentation, the following link types are supported –http://, https://, mailto:, aim:, ftp://, gopher://, telnet://, and news://.

See how to label multiple URLs in Google Sheets Using Hyperlink and ArrayFormula.

How to Label multiple URLs in Google Sheets

The array formula in cell C2 labeled all the URLs in the range A2: A4.

The URLs are in column A and labels are in Column B. So, when you want, you can quickly modify the labels.

I guess you could clearly understand how to Label URL in Google Sheets using the HYPERLINK lookup function.

Prashanth KV
Prashanth KV
Your Trusted Google Sheets and Excel Guide Prashanth KV brings a wealth of experience in Google Sheets and Excel, cultivated through years of work with multinational corporations in Mumbai and Dubai. As a recognized Google Product Expert in Docs Editors, Prashanth shares his expertise through insightful blogging since 2012. Explore his blog for practical tips and guidance on maximizing your spreadsheet skills.

Get Top N Values Using Excel’s FILTER Function

When using the FILTER function in Excel to extract the top N values, it's...

XLOOKUP in Excel: Working with Visible Rows in a Table

In Excel, the XLOOKUP function isn't inherently designed to exclusively work with visible rows;...

SUMPRODUCT Differences: Excel vs. Google Sheets

The core purpose of the SUMPRODUCT function remains consistent across both Excel and Google...

Sum Values by Month and Category in Excel

With the help of EOMONTH, UNIQUE, and SUMIFS functions in Excel, you can efficiently...

More like this

Interactive Random Task Assigner in Google Sheets

You have multiple tasks and multiple people. Here's a fun way to randomly assign...

Google Sheets Bar and Column Chart with Target Coloring

To color each data point in the column or bar chart according to the...

Analyzing Column A Between Non-Adjacent Values in Column B: Google Sheets

This tutorial addresses a common scenario encountered in Google Sheets: how to sum, average,...

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.