View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff Biff is offline
external usenet poster
 
Posts: 1,688
Default moving a row to a column

Try this in B1 and copy across:

=INDEX($A1:$A10,COLUMN())

Biff

"Papa Jonah" wrote in message
...
I have a list in column a - the only thing on the sheet.
I want to move it so that it becomes a row.
ie I want A1 to stay put.
I want A2 to move to B1, A3 to C1, etc. Is there a simple code that will
do
that?

TIA
Papa