I need to look up the first three characters in a cell and return a corresponding letter from another sheet.
Sheet 1:
A1: 201-56325
A2: 501AN52645
A3: 222-5611-6321
B1-B3: blank
Sheet 2:
A1: 201
A2: 222
A3: 501
B1: H
B2: J
B3: K
I need a formula to use in Column B of Sheet 1 that will look up only the first three numbers of the cell value in Column A and return the corresponding letter from Column B of Sheet 2.
For example, when I enter this mystery formula into cell B1 on Sheet 1, the result should be H.
I tried using VLOOKUP along with LEFT(A1,3) but I keep getting #N/A. I have too many possible letters for a series of "IF" statements.
Any advice would be helpful.
Thanks.