LOOKUP Function Has Two Syntax Forms: The Vector Form and The Array Form
LOOKUP Function Has Two Syntax Forms: The Vector Form and The Array Form
The LOOKUP function has two syntax forms: the vector form and the array form.
If you want to Look in a one-row or one-column range (known as a vector) for a value and return a value from the same position in a second one-row or one-column range Then see Vector form Usage Use the vector form when you have a large list of values to look up or when the values may change over time. Use the array form when you have a small list of values and the values remain constant over time.
Look in the first row or column of an array for the specified value and return a value from the same position in the last row or column of the array
Array form
NOTES
You can also use the LOOKUP function as an alternative to the IF function for elaborate tests or tests that exceed the limit for nesting of functions. See the examples in the array form. For the LOOKUP function to work correctly, the data being looked up must be sorted in ascending order. If this is not possible, consider using the VLOOKUP, HLOOKUP, or MATCH functions.