S
senman
I currently have a column with data that I would like to
split into two columns. The column contains thousands of
records. Is there an easy way to do this? Here is a
sample of information in the current column.
5mg
10ug
100ml
100 test
0.5mg
I would like to split as follows:
5 mg
10 ug
100 ml
100 test
0.5 mg
thanks in advance for your help.
split into two columns. The column contains thousands of
records. Is there an easy way to do this? Here is a
sample of information in the current column.
5mg
10ug
100ml
100 test
0.5mg
I would like to split as follows:
5 mg
10 ug
100 ml
100 test
0.5 mg
thanks in advance for your help.