The lookup value is TRUE, and match pop in is set to zero to force an exact match.
As before, MATCH returns 5.
INDEX then returns the value at that position, -23.
As before, this is anarray formulaand must be entered with control + shift + enter.
you’re free to use INDEX to retrieve individual values, or entire rows and columns.
MATCH supports approximate and exact matching, andwildcards(* ?)
For example, =LEFT(“apple”,3) returns “app”.