INDEX and MATCH exact match
This example shows how to use INDEX and MATCH to get information from a table based on an exact match. In the example shown, the formula in cell H6 is: =INDEX(B5:E16,MATCH(H4,B5:B16,0),2) With "Toy Story" in cell H4, the MATCH function returns 4, and …Read more