98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » excel+courses - Match function
excel+courses - Match function
Resolved · Low Priority · Version Standard
Sasha has attended:
Excel Advanced course
Excel Advanced course
Match function
How does the match function work
RE: match function
Hello Sasha
Thank you for your question
The match function simply searches through an array of data and returns the relative postion of an item that matches a particular criteria.
It has the following syntax
MATCH(lookup_value,lookup_array,match_type)
The lookup value is the criteria you are searching on
Lookup Array is the range of the array you are searching
Match type is either 1,0 or -1
1 finds the smallest value that is less than or equal to the criteria. The array must be sorted in ascending order
0 finds the first value that is exactly equal to the criteria
-1 finds the largest value that is greater than or equal to the criteria. Here the array must be sorted in descending order
Hope you're well
Regards
Stephen
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Switch on smart tags – Excel 2007In order to use smart tags, make sure they are turned on, to do this: |