Formula Library

Excel Formula To Fetch Price From A Lookup Table

Fetch price from a lookup table with a ready-to-use formula for Excel, Google Sheets, and WPS.

Quick answer

Fetch price from a lookup table.

Excel

=XLOOKUP(E2, A:A, B:B, "Not found")
View platform differences

Unified formula

Google SheetsWPS
=IFERROR(VLOOKUP(E2, A:B, 2, FALSE), "Not found")

How it works

Need a custom version?

Related formulas