Excel Formula To Find Price From Sheet2
Find price from sheet2 with a ready-to-use formula for Excel, Google Sheets, and WPS.
Quick answer
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
- Replace the sample range (like A2:A) with your real range.
- Keep the same column order used in the example.
- Fill down to apply the formula to every row.