Explanation
This formula is a standard version of INDEX + MATCH with a small twist.
Without the third argument, match_type, defined, MATCH defaults to approximate match and returns 2. you’re able to use INDEX to retrieve individual values, or entire rows and columns.
MATCH supports approximate and exact matching, andwildcards(* ?)
Often, MATCH is combined with the…