Question: The INDEX / MATCH formula below returns a #REF ! error. Why? = INDEX ( { UConn , Tennessee, S . Carolina

The INDEX/ MATCH formula below returns a #REF ! error. Why?
=INDEX({"UConn", "Tennessee", "S. Carolina"}, XMATCH("McGraw",{"Auriemma", "Summitt", "Staley", "McGraw"}))
The formula cannot use only array constants; it must reference at least one cell on the worksheet
Using INDEX/MATCH only works when the items within the lookup_array and the return_array are identical values.
The lookup_array must be sorted alphabetically
The row_num (INDEX's second argument) is larger than the length of the return_array
There cannot be any special characters in the return_array, but "S. Carolina" has a period
The INDEX / MATCH formula below returns a #REF !

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!