Hi Guys,
I have two columns, A and B for arguments sake.
Column A has 2-4 alpha numerical characters in it, and Column B is numbered 1-12 and then after 12 starting back at 1 again.
I need Column B to insert 0's infront of the number (1-12) inserted into the column so that the total characters of columns A and B equal 12, examples below:
Desired Result | Col A | Col B
2CN000000001 | 2CN | 000000001
LSBU00000009 | LSBU | 00000009
DT0000000012 | DT | 0000000012
I then need to merge Column A and Column B into a new Column, C for example, to make the 12 character serial.
Any Suggestions?
Thanks!
I have two columns, A and B for arguments sake.
Column A has 2-4 alpha numerical characters in it, and Column B is numbered 1-12 and then after 12 starting back at 1 again.
I need Column B to insert 0's infront of the number (1-12) inserted into the column so that the total characters of columns A and B equal 12, examples below:
Desired Result | Col A | Col B
2CN000000001 | 2CN | 000000001
LSBU00000009 | LSBU | 00000009
DT0000000012 | DT | 0000000012
I then need to merge Column A and Column B into a new Column, C for example, to make the 12 character serial.
Any Suggestions?
Thanks!