Excel Tips π― | Find Position with MATCH Function! π
Hey guys πβοΈ
Back again with another Excel tip!
Today, I want to share a super handy function —
It’s the MATCH function π―
So, what does MATCH do? π€
To put it simply,
π It tells you the position of a value in a given range!
For example,
Let's say cells A1 to A5 contain A, B, C, D, E.
This will return 3 because “C” is the third item in the range π‘

MATCH Function Syntax π
- lookup_value: the value you're searching for (e.g. "C")
- lookup_array: where you’re searching (e.g. A1:A5)
- [match_type]:
- 0: Exact match (most commonly used)
- 1: Less than or equal (requires ascending order)
- -1: Greater than or equal (requires descending order)
Honestly, just using 0 is enough for most situations π
MATCH works solo…
π But it’s even better with INDEX! πͺ
What’s happening here?
MATCH finds the position of “C” in column A,
and INDEX pulls the value from column B at that same position π
In short: you get the data that corresponds to “C” πΌ

To Wrap Up π
The MATCH function is perfect for:
β Finding positions in data
β Using with INDEX for lookups
β Automating your templates
If you're into Excel, this is a must-know π»β¨
Next time, I’ll cover INDEX, VLOOKUP, and XLOOKUP with simple examples too! Stay tuned π