The core of this formula is INDEX and MATCH.
Finally, INDEX returns the value at that position, “Red”.
it’s possible for you to use INDEX to retrieve individual values, or entire rows and columns.
MATCH supports approximate and exact matching, andwildcards(* ?)
COUNTIF can be used to count…