Open invoice PDF
=HYPERLINK("https://drive.google.com/file/d/"&B2, "View PDF") labels each invoice link.
HYPERLINK builds a clickable link in a cell. Pass a URL and optional friendly label text. Reports use it for open invoice, view doc, or mailto support links without ugly raw URLs filling the grid.
Use HYPERLINK in dashboards and exports where readers should jump to source docs, forms, or filtered views with readable link text.
Skip HYPERLINK when plain URLs are fine for technical audiences or when link columns should stay plain text for CSV export rules.
Wrap URL in quotes as first argument, including https://.
Pass label text as second argument shown in the cell.
Build URLs with concatenation from id cells, for example file base plus doc id.
Use mailto: links with subject parameters for one-click email drafts.
Test links as viewer role, not only owner, to catch permission issues.
Pair with IMAGE in the next column for visual catalogs with click-through.
=HYPERLINK("https://drive.google.com/file/d/"&B2, "View PDF") labels each invoice link.
=HYPERLINK("mailto:"&C2&"?subject=Order "&D2, "Email customer") opens a prefilled message.
=HYPERLINK("#gid="&gid&"&range=A"&row, "Go to row") jumps within a large shared workbook.
Build this without starting from a blank cell
Use a Better Sheets tool for HYPERLINK, then watch a walkthrough when you want the full pattern.
Watch how HYPERLINK works
Guides that explain HYPERLINK in more depth.
Extract url from hyperlink google sheets.Skip the Command K. This Google Sheet tutorial will make it easier for you to extract URLS from Google Sheets.
Read post →In this tutorial, we're going to orient users better in Google Sheets. We want to help not just ourselves but also anyone who’s going to use a spreadsheet that we have created.
Read post →Boost productivity and streamline your workflow in Google Sheets with our quick tips and free tools. Breathe new life into your spreadsheets today.
Read post →IMAGE fetches a picture from a public URL and renders it inside a cell. Modes control fit, stretch, and custom height. Product catalogs, team directories, and asset trackers use IMAGE to show thumbnails beside SKUs without manual insert image menus.
Read guide →IMPORTRANGE loads values from a range in another Google spreadsheet into your current file. You pass the spreadsheet URL or key plus a range string with an optional sheet name. After you grant access once, the link stays live and updates when the source changes.
Read guide →QUERY runs a SQL-like statement against a range of cells and returns a new table of results. You pass a data range, a query string with SELECT, WHERE, ORDER BY, and optional headers. It is the fastest way to filter, sort, group, and pivot sheet data without helper columns.
Read guide →FILTER returns only the rows from a range that meet one or more conditions. Conditions are boolean arrays the same height as the data. FILTER spills results automatically, so it replaced many INDEX/SMALL helper-column patterns for live subsets.
Read guide →Done reading about HYPERLINK?
Membership unlocks 636+ tutorials, unlimited generators, and every template. Practical lessons. Zero fluff.
Need this once
Jump to a free tool or a single tutorial for this topic.
Learning Sheets for real
Unlock the full library, generators, and templates with membership.