excel+courses - match function

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » excel+courses - Match function

excel+courses - Match function

resolvedResolved · Low Priority · Version Standard

Sasha has attended:
Excel Advanced course
Excel Advanced course

Match function

How does the match function work

Edited on Sun 10 Feb 2008, 10:08

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 courses

 

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Switch on smart tags – Excel 2007

In order to use smart tags, make sure they are turned on, to do this:
1. Click on ‘Microsoft Office‘ button and then click on ‘Excel Options‘.
2. Click on ‘Proofing‘ category and then click on ‘Auto Correct Options‘.
3. In the ‘Auto Correct‘ dialogue box appears, click the ‘Smart Tags‘ Tab.
4. Tick the boxes, next to the Smart Tags you wish to use in Excel

View all Excel hints and tips


Server loaded in 0.08 secs.