Hey Team
I have a column data A and would like to transform into row data
something like this format:
A B C
1-0.001
2[-0.03]
3
40.024
5[1.11]
6
70.032
8[1.04]
9
if it is possbile transfer to
A B C
1 -0.001 0.024 0.032
2 [-0.03] [1.11] [1.04]
thank you so much for the help!!!
Bookmarks