VLOOKUP 2 text columns
I am looking up data from one worksheet.
Colunmns A B C
1 smith Joe 85
2 smart John 90
3 smith John 100
so the formula from the other worksheet looks like this:
=VLOOKUP("Smith",A1:C3, 3, FALSE)
but it returns 85 what I want is john smith returning 100.
Can anyone help ?
|