Syntax

expression.Match(Arg1, Arg2, Arg3)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Variant Lookup_value - the value you use to find the value you want in a table.
Arg2 Required Variant Lookup_array - a contiguous range of cells containing possible lookup values. Lookup_array must be an array or an array reference.
Arg3 Optional Variant Match_type - the number -1, 0, or 1. Match_type specifies how Microsoft Excel matches lookup_value with values in lookup_array.

Return Value
Double

Remarks


See also: