100% Free MasterclassLookup & ReferenceBeginner Level
=XMATCH() Interactive Masterclass & Practice Simulator
Returns the relative position of an item in an array or range of cells. Defaults to exact match.
Official Syntax:
=XMATCH(lookup_value, lookup_array, [match_mode], [search_mode])Live Interactive Excel Spreadsheet (Full Width)
X
Excel Live Grid: =XMATCH() Practice Dataset=XMATCH() Engine • Click Any Cell to Calculate
E2
fx
🎯 Active Cell: Enter any formula or value into cell E2! Try
Sheet: Sheet 1 (Practice Table)=MATCH("SKU-Gamma", A2:A5, 0)Formula Assistant
Cell: E2Excel Calculation Rules:
- Click on any cell across the entire sheet.
- Type
=B2*C2,=XMATCH(...), or any math! - Click other cells to insert cell addresses automatically.
- Press Enter or click ✓ to evaluate live!
⚡ Pro Keyboard Shortcuts:
Enter CalculateTab Next CellF2 Edit CellEsc Cancel
Ready • Any Cell Formula Engine•Zoom: 100%
Advertisement Google AdSense Verified Slot
Google AdSense Responsive Unit (horizontal)
Compliant responsive placement adhering to Google Publisher Policies. Ads will display here upon adding your Publisher ID in .env.local.
Graded Practice Challenges (1)
1
Exercise 1: Practice =XMATCH() in Live Simulator
+50 XP
🎯 Target Goal:
Find Relative Row Index of "SKU-Gamma" in Column A
Syntax Parameters Breakdown
lookup_valueRequiredThe value to search for.
lookup_arrayRequiredThe array or range to search.
[match_mode]Optional0 = exact match, -1 = next smaller, 1 = next larger, 2 = wildcard.
[search_mode]Optional1 = first-to-last, -1 = last-to-first.
Top Pitfalls to Avoid:
- Forgetting to close the parenthesis ) at the end of the formula.
- Mismatching cell range sizes in lookup vectors or criteria arrays.
Corporate Pro Tips:
- MATCH returns the relative numerical position (1, 2, 3...) of an item in an array.