#1: SPLITTING A CELL: I have a column alpha numeric values. They are entered as some characters, separated by "-" symbol, then some characters (i.e. A123-B1234-C12). I want to split this values and after splitted this values need to Vlookup and concatenate all the values in a separate cell. how to do this?
For Example,
one cell value = A123-B1234-C12
other sheet / workbook values
AColumn BColumn
A123 test
B1234 test1
C12 test2
In another column I need result will be
test-test1-test2
Can anyone please help me, that would be greatly appreciated.
Thanks,
Gok
For Example,
one cell value = A123-B1234-C12
other sheet / workbook values
AColumn BColumn
A123 test
B1234 test1
C12 test2
In another column I need result will be
test-test1-test2
Can anyone please help me, that would be greatly appreciated.
Thanks,
Gok