Excel Match function is another lookup function that can use to find out the position of an item in a range. Below data represent the type of mobile phone using by the managers of ABC company.
Samsung 35
Sony 30
Sony Ericsson 12
Nokia 28
HTC 15
Blackberry 5
- Copy above data to your excel sheet or download the file here.
 - Enter "=match(" to the cell D1
 - Then Enter lookup value (30 for this example)
 - Then enter lookup array which you want to search your lookup value
 - Here our count data are in the column B & select B2:B7 range as lookup range
 - Then excel ask for the match type. There are 3 types of matches in excel
- Exact match
- Excel finds the exact lookup value from lookup array
 - The array can be any order
 
 - Less than match
- Excel finds the largest value less than to the lookup value.
 - The array must be in ascending order
 
 - Greater than match
- Excel finds the smallest value that is greater than to the lookup value
 - The array must be in descending order
 
 
 - Exact match
 - Finally Enter the match type you want and close the function.
 - If you use the exact match you will receive the value 2
 

No comments:
Post a Comment