Thread
:
vlookup
View Single Post
#
2
Dave O
Posts: n/a
vlookup
=INDEX(A1:B3,MATCH(A5,B1:B3,0),1)
.... where your sample data is in A1:B3 and the letter A is in cell A5.
Reply With Quote