Rows to Columns

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
 
J

Jacob Skaria

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

If this post helps click Yes
 
J

Jan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top