Google Sheets VLOOKUP From Another Sheet
Use VLOOKUP across tabs in Google Sheets to pull owner, stage, rate, client, or category details from a separate lookup table.
VLOOKUP from another sheet in Google Sheets pulls a matching value from a different tab. It is useful when one tab is the working table and another tab stores reference data such as clients, products, owners, rates, categories, or deal stages.
Use this pattern when you want one source of truth for lookup data instead of copying the same values into every row manually.
The syntax
=VLOOKUP(search_key, range, index, [is_sorted])- search_key - the value to find
- range - the lookup table, including the matching column and return columns
- index - which column in the range should be returned
- [is_sorted] - use
FALSEfor exact matches in most operating sheets
Basic cross-sheet example
Say your working tab has client IDs in A2:A, and a tab named Clients has ID, client name, owner, and hourly rate in columns A through D.
To return the client owner:
To return the hourly rate:
That works well in an invoice template or CRM lead tracker when client details should be maintained in one reference tab.
Sheet names with spaces
If the sheet name contains spaces, wrap it in single quotes:
Without the quotes around the sheet name, Google Sheets will not read the tab reference correctly.
Avoid exact-match surprises
Use FALSE for exact matches unless the lookup table is intentionally sorted for approximate matching.
Most CRM, sales, invoice, and project workflows need exact matches. Approximate matching can return a value that looks valid but belongs to the wrong row.
WATCH OUT
Common VLOOKUP problems
| Problem | Why it happens | Fix |
|---|---|---|
#N/A | No exact match was found | Check spelling, spaces, and ID values |
| Wrong value returned | Column index points to the wrong field | Count columns inside the selected range |
| Lookup breaks after columns move | VLOOKUP uses a fixed column index | Use XLOOKUP or update the index |
| Sheet name error | Tab name has spaces | Wrap the tab name in single quotes |
The Griddy way
Cross-sheet lookups are fragile when IDs are inconsistent or the return column keeps moving.
"Pull the owner and billing rate from the Clients tab into this invoice log, use exact matches, and flag any client IDs that do not match"
Griddy can build the lookup formulas, check the reference tab, and identify missing or mismatched keys before the sheet gets used for billing or review.
Skip the manual work
Describe it. Griddy does it.
Instead of writing this formula yourself, just tell Griddy what you need in plain English. Works in Excel and Google Sheets.
Use this on real templates
Pull reference data into live operating sheets
Cross-sheet lookups are common when templates need owners, rates, client details, categories, or status information from a separate source tab.
CRM Lead Tracker
Track contacts, lead source, owner, next due date, and follow-up status in one lightweight CRM sheet. Keep hot opportunities and stale leads visible without paying for heavy sales software.
Open templateSalesSales Pipeline
Track deals by stage, owner, value, and next move in one lightweight pipeline sheet. Keep close dates, weighted forecast, and rep follow-ups visible without needing a full CRM.
Open templateFinanceInvoice Template
Professional invoice template with automatic subtotal, tax, and total calculations. Customise with your logo and send in minutes.
Open templateProject ManagementProject Tracker
Track tasks, owners, priorities, due dates, and blockers in one delivery board. Group work by stream, review progress, and keep next steps visible.
Open template