Guide

VLOOKUP and HLOOKUP in Excel: simple guide with examples

VLOOKUP and HLOOKUP are classic Excel lookup formulas. VLOOKUP searches vertically down a column, while HLOOKUP searches horizontally across a row. Both can help with spreadsheet matching, but both need careful setup.

Keywords: vlookup and hlookup formula, vlookup and hlookup, vlookup and hlookup in excel, what is vlookup and hlookup

What is VLOOKUP?

VLOOKUP means vertical lookup. It searches the first column of a selected table and returns a value from a chosen column number in the same row. It is often used to find email, department, rent amount or asset owner based on a key.

What is HLOOKUP?

HLOOKUP means horizontal lookup. It searches the first row of a selected table and returns a value from a chosen row number. It is useful when your headers are arranged across columns and values are below them.

Business examples

Use VLOOKUP to match employee code to email. Use HLOOKUP when month names are placed across columns and you want to return the value under a selected month. Use both carefully when preparing billing or license reports.

Limitations

Both formulas depend on stable table ranges and correct index numbers. Hidden spaces, duplicate keys and wrong match settings can cause incorrect results. For audits, use duplicate checks and missing-record reports before finalizing action.

ReconNimble approach

ReconNimble focuses on the business question first: what is missing, what matched, what is duplicate and what action should be taken. The Formula Logic tab explains when VLOOKUP or HLOOKUP-style logic was used.

Formula examples

Copy-ready examples

Build your own

VLOOKUP with exact match

=IFERROR(VLOOKUP(A2,Sheet2!A:D,4,FALSE),"Not found")

HLOOKUP with exact match

=IFERROR(HLOOKUP(B1,Sheet2!A1:F10,5,FALSE),"Not found")

VLOOKUP for two spreadsheets

=IFERROR(VLOOKUP(A2,'Vendor Sheet'!A:E,5,FALSE),"Missing")
FAQ

Questions about vlookup and hlookup formula

Why use VLOOKUP in Excel?

Use it when you need to find related information from another table using a common key such as employee code, email, serial number or invoice number.

What is the difference between VLOOKUP and HLOOKUP?

VLOOKUP searches vertically in columns. HLOOKUP searches horizontally in rows.

Can I generate these formulas automatically?

Yes. Use the ReconNimble lookup formula generator to build VLOOKUP, HLOOKUP, XLOOKUP and INDEX MATCH formulas from a simple condition.

Related guides

Continue building formula and reconciliation knowledge.

XLOOKUP in Excel: what it is and how to use it

xlookup

Read

XLOOKUP vs VLOOKUP: practical comparison for reconciliation

xlookup vs vlookup

Read

XLOOKUP in Google Sheets and practical alternatives

xlookup in google sheets

Read

VLOOKUP multiple columns: return more than one field safely

vlookup multiple columns

Read