Hi
Here is my pb (I don't have much experience with macro), I have 2 columns:
Col A | Col B
0 | 0
1 | 0.22
1 | 0.51
2 | 0.45
2 | 0.13
3 | 0.95
3 | 0.55
etc | etc
In column A each number is repeated twice (appart from 0).
I would like to create 4 additional columns, from the 2 previous columns, giving:
Col C | Col D | Col E | Col F
1 | 0.22 | 1 | 0.51
2 | 0.45 | 2 | 0.13
3 | 0.95 | 3 | 0.55
etc
thanks for your help!
Bookmarks