Hello Mr Excel Community
My problem is as follows.
In Sheet1 column B:B I have a list of two symbol initials than can comprise of letters and numbers.
B:B
EK
BR
SK
TG
TK
ETC..
In sheet 2 column A:A I have a list where the first two values will comprise of the values listed in B:B. I then have another column in the same sheet BW:BW.
A:A BW:BW
4T435 ASE
CA342 EDF
BR112 EDF
SK331 ASE
LL121 DNT
4U145 DNT
etc
What I require is a formula in Sheet1 column C:C that I can drag down and return the correct value in sheet 2 BW:BW that corresponds to the first two letters in column A:A of Sheet1.
I have previously tried to solve this using
=VLOOKUP(LEFT(B1,2)&"*",'Sheet2'!A$2:BZ$2200,58,FALSE)
But this is the incorrect logical order as I need the first two letters to the left to apply to my column A:A in sheet2.
All help is welcome
Kind regards.
My problem is as follows.
In Sheet1 column B:B I have a list of two symbol initials than can comprise of letters and numbers.
B:B
EK
BR
SK
TG
TK
ETC..
In sheet 2 column A:A I have a list where the first two values will comprise of the values listed in B:B. I then have another column in the same sheet BW:BW.
A:A BW:BW
4T435 ASE
CA342 EDF
BR112 EDF
SK331 ASE
LL121 DNT
4U145 DNT
etc
What I require is a formula in Sheet1 column C:C that I can drag down and return the correct value in sheet 2 BW:BW that corresponds to the first two letters in column A:A of Sheet1.
I have previously tried to solve this using
=VLOOKUP(LEFT(B1,2)&"*",'Sheet2'!A$2:BZ$2200,58,FALSE)
But this is the incorrect logical order as I need the first two letters to the left to apply to my column A:A in sheet2.
All help is welcome
Kind regards.