How do I pivot/transpose the data from a range of cells from, say, a column
to a row? I imagine it should be very simple, but I haven't found out how
yet. For instance:

row#
1 data 1
2 data 2
3 data 3
4 data 4

to

column# 1 2 3 4
data1 data2 data3 data4