100% Free MasterclassLookup & ReferenceBeginner Level

=MATCH() Interactive Masterclass & Practice Simulator

Returns the relative position of an item in an array that matches a specified value in a specified order.

Official Syntax:=MATCH(lookup_value, lookup_array, [match_type])

Live Interactive Excel Spreadsheet (Full Width)

Type directly in the cells or use the formula bar (fx)
X
Excel Live Grid: =MATCH() Practice Dataset
E2
fx
MATCH(lookup_value, lookup_array, [match_type])

lookup_value: The value used to find the match.

🎯 Active Cell: Enter any formula or value into cell E2! Try =MATCH("SKU-Gamma", A2:A5, 0)
Sheet: Sheet 1 (Practice Table)
#AProduct Code (A)BStatus (B)CUnits (C)DRevenue ($) (D)EOutput: =MATCH() (E)FColumn FGColumn GHColumn H
2
3
4
5
6
7
8
9
10
Formula Assistant
Cell: E2

Excel Calculation Rules:

  • Click on any cell across the entire sheet.
  • Type =B2*C2, =MATCH(...), 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 EngineZoom: 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)

Free & Unlocked
1

Exercise 1: Practice =MATCH() in Live Simulator

+50 XP

🎯 Target Goal:

Find Relative Row Index of "SKU-Gamma" in Column A

Syntax Parameters Breakdown

lookup_valueRequired

The value used to find the match.

lookup_arrayRequired

Contiguous range containing potential lookup values.

[match_type]Optional

1 = less than, 0 = exact match, -1 = greater than.

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.