I have a spreadsheet has one column as the following:
column A
1 a
2 b
3 c
4 d
5 e
I want to save this spreadsheet and transpose the column by row as the following:
ID column A column B column C column D column E
1 a b c d e
How can I do that?