View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Switch from Columns <- Rows

Either the TRANSPOSE function or Copy/ Edit/ Paste Special/ Transpose.
--
David Biddulph

"Alain Dekker" wrote in message
...
If I have a column of data:

1
2
3
4
5
etc

and I want to convert that into a row of data (transpose it):

1 2 3 4 5 etc

is there an Excel function to do this easily? I'm using Excel 97 SR-1.
Thanks,
Alain