sandeepsandeep
New Member
- Joined
- Dec 21, 2017
- Messages
- 10
I have a query which I am unable to solve.
I have certain Values in Sheet1 in Col A as below
991121QR5, 991121XSX, 991234SSC, 991121SDF
In Sheet2 I have following Values in Col A and B
991121QR5 100100
991121SDF 121212
991234SSC 123456
991121XSX 888888
I want to vlookup each value after comma+space with the table in Sheet2 till the last comma+space in the series.
So when I enter the following in Col A
991121QR5, 991121XSX, 991234SSC, 991121SDF
Result should look like this in Col B
100100, 888888, 123456, 121212
Thanks in advance.
I have certain Values in Sheet1 in Col A as below
991121QR5, 991121XSX, 991234SSC, 991121SDF
In Sheet2 I have following Values in Col A and B
991121QR5 100100
991121SDF 121212
991234SSC 123456
991121XSX 888888
I want to vlookup each value after comma+space with the table in Sheet2 till the last comma+space in the series.
So when I enter the following in Col A
991121QR5, 991121XSX, 991234SSC, 991121SDF
Result should look like this in Col B
100100, 888888, 123456, 121212
Thanks in advance.