MATCH is an Excel function used to locate the position of a lookup value in a row, column, or table. MATCH supports approximate and exact matching, and wildcards (* ?) for partial matches. Often, the INDEX function is combined with MATCH to retrieve the value at the position returned by MATCH.
Purpose
Get the position of an item in an array
Return value
A number representing a position in lookup_array.
Syntax
=MATCH (lookup_value, lookup_array, [match_type])
Arguments
Usage notes
Use the MATCH function to get the relative position of an item in an array. Match offers several different matching modes, which makes it more flexible than other lookup functions. Used together with INDEX, MATCH can retrieve the value at the matched position.
MATCH returns a position. To retrieve a value, see How to use INDEX and MATCH.
Match type information
Basic exact match
When match type is set to zero, MATCH performs an exact match. In the example below, the formula in E3 is:
=MATCH(E2,B3:B11,0)
Basic approximate match
When match type is set to 1, MATCH will perform an approximate match on values sorted A-Z, finding the largest value less than or equal to the lookup value. In the example shown below, the formula in E3 is:
=MATCH(E2,B3:B11,1)
Basic wildcard match
When match type is set to zero, MATCH can perform a match using wildcards. In the example shown below, the formula in E3 is:
=MATCH(E2,B3:B11,0)
This is equivalent to:
=MATCH("pq*",B3:B11,0)
Notes:
Hello Friends...
ReplyDeleteif you have any query in this blog, please tell me
Thanks
Nic Blog Anand JI, its help me for know match function, thanks for sharing
ReplyDeleteToo Good, its easy to know, thanks for sharing
ReplyDeleteGood Anand
ReplyDeleteits help our for know match function in excel
Great job keep it up.
ReplyDeleteGood work
ReplyDeletethanks for sharing
ReplyDeletesupperb thanks for sharing
ReplyDeletethanks for this trick i will try this at home
ReplyDeletebest
ReplyDeleteformula best h
ReplyDelete