Syntax or pattern
Search the first column of a range and return a value from another column.
=VLOOKUP(search_key, range, index, [is_sorted])5 practical examples
Use VLOOKUP to find a product price
Return the matching product price from a lookup table.
=VLOOKUP(A2, range, index, [is_sorted])Adjust the ranges, criteria and sheet names to match your workbook.
Use VLOOKUP for employee details
Find a department, manager, or role from an employee ID.
=VLOOKUP(E2, range, index, [is_sorted])Adjust the ranges, criteria and sheet names to match your workbook.
Use VLOOKUP with a status table
Convert status codes into readable labels.
=VLOOKUP(B2, range, index, [is_sorted])Adjust the ranges, criteria and sheet names to match your workbook.
Use VLOOKUP to pull a category
Return a category for reporting and summaries.
=VLOOKUP(A2, range, index, [is_sorted])Adjust the ranges, criteria and sheet names to match your workbook.
Use VLOOKUP with imported data
Look up a value from an imported or shared tab.
=VLOOKUP(A2, range, index, [is_sorted])Adjust the ranges, criteria and sheet names to match your workbook.
Common mistakes to avoid
- Using lookup ranges and return ranges with different row counts.
- Leaving extra spaces in lookup values.
- Forgetting a fallback value when a lookup can be missing.
FAQ
What is this Google Sheets page for?
This page gives copy-ready examples for vlookup examples so you can understand the pattern and adapt it to real spreadsheet work.
Can I copy these formulas directly?
Yes. Use the copy buttons, then adjust sheet names, ranges, criteria and column references for your own file.
Why does my formula return an error?
The most common causes are mismatched ranges, missing quotes around text criteria, blank source data, or references that do not match your sheet layout.
Here are some ideas for you
Optional resources that may help if you are learning Google Sheets, building trackers, creating dashboards or improving spreadsheet workflows.
- Google Sheets booksSee ideas
Learn formulas, workflows and dashboards with structured examples.
- Spreadsheet dashboard booksSee ideas
Improve how you design trackers, summaries and reporting sheets.
- Keyboard shortcut guidesSee ideas
Build speed with navigation, editing and formatting shortcuts.
- Numeric keypadsSee ideas
Useful if you enter numbers often on a laptop or compact keyboard.
- External monitorsSee ideas
Helpful for viewing data, formulas and dashboards side by side.
- Desk notebooksSee ideas
Sketch formulas, tracker layouts and reporting ideas before building.
Some links in this section may be affiliate links. Choose only what is useful for your own work.