Month metric
=HLOOKUP("Mar", B1:M4, 3, FALSE) pulls row 3 metric under March column header.
HLOOKUP is the horizontal cousin of VLOOKUP. It searches the first row of a range for a key and returns a value from a specified row below. Wide month grids and matrix headers occasionally still use it.
Use HLOOKUP when keys live in a top header row and values sit in fixed rows beneath, such as metric rows by month column.
Skip HLOOKUP when data is row-oriented records. VLOOKUP, XLOOKUP, or INDEX MATCH fit normal tables better.
Place lookup value matching a top-row header.
Select table array with headers in row 1 of the range.
Set row_index_num for which row below the header to return.
Use FALSE for exact header match in most cases.
Lock array references when copying across a dashboard.
Consider TRANSPOSE plus VLOOKUP if the table is easier to reason about vertically.
=HLOOKUP("Mar", B1:M4, 3, FALSE) pulls row 3 metric under March column header.
=HLOOKUP(E1, Rates!A1:Z5, 4, FALSE) fetches a rate row under selected year header.
=HLOOKUP(B$1, Budget!B1:AA10, 6, FALSE) reads one department row under chosen month.
Build this without starting from a blank cell
Use a Better Sheets tool for HLOOKUP, then watch a walkthrough when you want the full pattern.
Watch how HLOOKUP works
Guides that explain HLOOKUP in more depth.
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 →Showing you two ways to use sheets to calculate Return on ad Spend. ROAS. One way with formulas and one way with Apps Script. Learn more at Better Sheets: https://Bettersheets.co
Read post →Google Sheets formulas can be frustrating for a few reasons. First, you’re trying to remember what to use on the fly. Then you can't remember the name of a formula. If you do figure out the name, you can't remember the syntax. Then you don't know the proper way to write the data. FRUSTRATING!
Read post →VLOOKUP searches the first column of a range for a key and returns a value from a specified column to the right. It is still everywhere in legacy templates even as XLOOKUP offers more flexible replacements.
Read guide →XLOOKUP searches a lookup array for a key and returns a matching value from a return array. It handles left lookups, approximate match, and custom not-found text without INDEX/MATCH gymnastics.
Read guide →INDEX fetches a value from a range by row and column number. Combined with MATCH it powers flexible lookups. Alone it picks nth items from lists, dynamic headers, or matrix intersections without VLOOKUP column limits.
Read guide →MATCH searches a range for a value and returns its relative position. Feeding INDEX or OFFSET with MATCH replaces brittle column index math. Sorted approximate match modes support tier tables and date brackets.
Read guide →Done reading about HLOOKUP?
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.