View Single Post
  #2   Report Post  
HansM
 
Posts: n/a
Default

Copy then select cell where you want it to go and Edit/Paste-special, click
transpose button.
--
HansM
"Ernst" wrote in message
...
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


hope someone has an answer. Thanks!