Explanation
This formula pulls the customer name and state from the customer table into the order table.
Retrieving customer state
The formula to retrieve customer state is almost identical.
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…