Hello All,
I know how to pad out a cell with leading zero's if the data in the cell is numeric, but when it's alphanumeric, i'm hitting a brick wall.
Some examples of item numbers we have in column A are;
B-0035
B-12X16PLN
B-210
I need all entries in column A to be 14 characters long, with zeros being the padding ie;
00000000B-0035
0000B-12X16PLN
000000000B-210
Any ideas?
Thanks Tdio
I know how to pad out a cell with leading zero's if the data in the cell is numeric, but when it's alphanumeric, i'm hitting a brick wall.
Some examples of item numbers we have in column A are;
B-0035
B-12X16PLN
B-210
I need all entries in column A to be 14 characters long, with zeros being the padding ie;
00000000B-0035
0000B-12X16PLN
000000000B-210
Any ideas?
Thanks Tdio