I'm trying to split a product code into multiple cells but i'm not sure how to go about it. here is an example
(the product code is in A1)
A1=MST5F2
Here is what i want the output to look like
B1=MST
C1=5
D1=F
E1=2
so B1 will always be the first three digits and then beyond that it's 1 digit in every column the product code is always 6 digits.
(the product code is in A1)
A1=MST5F2
Here is what i want the output to look like
B1=MST
C1=5
D1=F
E1=2
so B1 will always be the first three digits and then beyond that it's 1 digit in every column the product code is always 6 digits.
Comment