Tells you which row of your array (B7:B9) the value A2 exists in.
Code:
=INDEX($A$7:$A$9,MATCH(A2,$B$7:$B$9,0))
Reads the row of your description array (A7:A9) where the match was
BTW you should use $A$6:$B:$9 for the VLOOKUP range - if you don't put the dollar in then when you drag the formula down excel auto-increments the numbers. Line 4 is doing a lookup from A8:B11!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.