WRONG RESULTWrong result
Check that every range starts and ends on the same rows, and that numbers are stored as numbers.
MATCHUse MATCH to find where a value appears. This guide shows the exact structure, a working example and the mistakes most likely to break it.
Verified by JosephineReviewed July 25, 2026✓=MATCH(search_key, range, [search_type])search_keyvalue to find
rangeone-dimensional search area
search_type0 for exact match
Edit any highlighted cell below. The example recalculates immediately.
| A · ID | B · TEAM | C · AMOUNT | |
|---|---|---|---|
| 2 | |||
| 3 | |||
| 4 | |||
| 5 |
2Updates liveTry changing a value above. This example runs entirely in your browser.
search_keyvalue to find
rangeone-dimensional search area
search_type0 for exact match
WRONG RESULTCheck that every range starts and ends on the same rows, and that numbers are stored as numbers.
FORMULA PARSE ERRORCheck commas, quotation marks and closing parentheses. Your locale may use semicolons instead of commas.
UNEXPECTED BLANKSTest the source cells for hidden spaces, empty strings and inconsistent data types.