Formula Library

Excel Formula To Fetch Price Table Inventory

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

Quick answer

Fetch price table Inventory.

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