Match Function
Match function provides us with position no of lookup value in row or column as per given reference.
Formula: match=(lookup_value,Lookup _array,[match_type])
Lookup value is value of reference of cell value we want excel to look for in table/lookup array
lookup array is a area where we instructs excel to find look up value
match type is either 1 which find less than ,0 which is exact match ,-1 which is greater than lookup value
now we want position no of Aviva company given in column D
as you see in above screenshot look up value is Aviva which is on K5
lookup array is table3 which is A1:H16
0 exact match
Note
Match function is used in many formula to give reference.

Insightful
ReplyDelete