Excel MATCH Function



techstore
LQ Net Home




























   Excel Links

Match Worksheet Function

printpge    Printer Friendly Page



MATCH finds the location of a value in a specific row or column.


SYNTAX:    =Match(lookup_value, lookup_array, [match_type])

Lookup_Value This is the value you want to find.
This can be a number, text, a cell reference, or a logical value.
Lookup_Array This is a row or column where the match will be found.
The lookup_array must be a single row or column.
Match_Type 0 = Find an exact match
1 = Closest value that is less than or equal to the lookup_value
      Lookup_array must be in ascending order
2 = Closest value that is greater than or equal to the look-up value
      Lookup_array must be in descending order



Example:
excel excel

=MATCH(39, B1:B4, 1)
Example:
excel excel

=MATCH(39, B1:B4, 2)

Example:
excel excel

=MATCH("Gadgets", A1:A4, 0)

   Today's News





Office Depot, Inc

Tech Depot - An Office Depot Co.



Overstock.com, Inc.

























Copyright © 2006-2008, LQ Systems,Inc. All rights reserved.