In the attach picture I'm trying to find exact match of the value in Column C with Column A and if it finds exact match (case sensitive) it should return the value in Column B.
I've tried the following formulas but it's not working:
=VLOOKUP(MAX(EXACT(D2,$A$2:$A$9)*(ROW($A$2:$A$9))),$B$2:$C$9,2,0)
also tried =INDEX(data,MATCH(TRUE,EXACT(D2,A2:AXXX),0),3)
Appreciate the help in advance.
Capture.PNG
Bookmarks