Why you need this
The classic Vertical Lookup. It searches for a value in the first column of a table and returns a value in the same row from a specified column.
Warning: It breaks if you insert a column. Use XLOOKUP if possible.
=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Learn how to use the Excel VLOOKUP Formula formula.
The classic Vertical Lookup. It searches for a value in the first column of a table and returns a value in the same row from a specified column.
Warning: It breaks if you insert a column. Use XLOOKUP if possible.
Disclaimer: While we strive for accuracy, these formulas are provided "as is" without warranty of any kind. Please verify all results before use.
VLOOKUP breaks at 10k rows and is fragile to column inserts.
See data Alternatives