B
BillShut
I have two sheets, both have a column of names. The second sheet may
not match totally as it has some info added, but both start with the
last name. I want to do a vlookup that uses the first 6 characters in
the name in sheet one against the name list in sheet two and returns a
value two columns over.
Format of names in Sheet1
"Lastname,Firstname"
Format of names in Sheet2
"Lastname, Firstname TopUp" note space between Last and First
I tried
=VLOOKUP(left(a1,6),'Sheet2'!F5:H44,2) #N/A is the result.
What should I use? Thanks very much
Bill
not match totally as it has some info added, but both start with the
last name. I want to do a vlookup that uses the first 6 characters in
the name in sheet one against the name list in sheet two and returns a
value two columns over.
Format of names in Sheet1
"Lastname,Firstname"
Format of names in Sheet2
"Lastname, Firstname TopUp" note space between Last and First
I tried
=VLOOKUP(left(a1,6),'Sheet2'!F5:H44,2) #N/A is the result.
What should I use? Thanks very much
Bill