T
true_atlantis
ok, i have a colum in the format
[ # # # ]
is there a way to seperate that into 3 different columns of numbers?
for example
A
[ 38 96 58 ]
this is column A, i want that to be serated to
A B C
38 96 58
thanks in advance
[ # # # ]
is there a way to seperate that into 3 different columns of numbers?
for example
A
[ 38 96 58 ]
this is column A, i want that to be serated to
A B C
38 96 58
thanks in advance