Rows to Columns

  • Thread starter Thread starter Walter Seaton
  • Start date Start date
W

Walter Seaton

I have data arranged in rows across a spread sheet, for example B2, C2, D2,
etc.
How can I change that to a column, for example A1, A2, A3, etc without
reentering all the data?

Thank you
 
--Select B2:D2. Copy the range
--Select A1. Right click>PasteSpecial>Transpose>OK

If this post helps click Yes
 
I have data arranged in rows across a spread sheet, for example B2, C2, D2,
etc.
How can I change that to a column, for example A1, A2, A3, etc without
reentering all the data?

Thank you

You can use an array formula

=transpose(a1:A10)

Higlight the activecell and the additional 9 columns (in the example
being 10 rows)

Press f2 to edit the transpose formula and then ctrl + shift + enter
 
Back
Top