Expression Language Reference
    Preparing search index...
    • Looks up values in a reference or array.

      Category: Lookup and reference

      Parameters

      • lookup_value: any

        The value that you want to match in lookup_array. For example, when you look up someone's number in a telephone book, you are using the person's name as the lookup value, but the telephone number is the value you want.The lookup_value argument can be a value (number, text, or logical value) or a value reference to a number, text, or logical value.

      • lookup_array: any

        The range of values being searched.

      • match_type: any

        Optional. The number -1, 0, or 1. The match_type argument specifies how Excel matches lookup_value with values in lookup_array. The default value for this argument is 1.

      • ...args: any[]

      Returns number | Error