K
kirtagrawal
I have one column with 200 rows and would like to convert it into 200
columns with one row.
e.g. sample data is like:
Column 1
abc
cde
efg
ghi
ijk
etc
would like to convert this data into:
col 1 col 2 col 3 col 4 col 5 col 6
abc cde efg ghi ijk etc
any help is highly appreciated.
columns with one row.
e.g. sample data is like:
Column 1
abc
cde
efg
ghi
ijk
etc
would like to convert this data into:
col 1 col 2 col 3 col 4 col 5 col 6
abc cde efg ghi ijk etc
any help is highly appreciated.