N
ng6971
Hi All,
I have a excel sheet contains different values in following format:
Col. A
0101
0101 10
0101 10 10
0101 10 20
0101 10 30
and so on.
Results need in two separate formats in following manner:
1. Col. B
01.01
0101.10
010110.10
010110.20
010110.30
2. Col. C
0101
010110
01011010
01011020
01011030
How can I do this with a code?
Thanks in advance.
I have a excel sheet contains different values in following format:
Col. A
0101
0101 10
0101 10 10
0101 10 20
0101 10 30
and so on.
Results need in two separate formats in following manner:
1. Col. B
01.01
0101.10
010110.10
010110.20
010110.30
2. Col. C
0101
010110
01011010
01011020
01011030
How can I do this with a code?
Thanks in advance.