From Columns to Rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

There are portions of a large spreadsheet--not the whole spreadsheet--where
I would like to convert several cells in one column to several cells in one
row. For example, I would like to easily cut D4, D5, D6, D7 and turn them
into E5, F5, G5, H5. Is there any way to do this without going one cell at a
time?


--Richard
 
Hi Richard,

Try:

Select the D4:D7 range
Edit | Copy
Select E5
Edit | PasteSpecial | Transpose
 
Copy the cells to the clipboard and then select Paste Special and check
Transpose.
 
You can select the cells in the column you want, copy them, and then select
the first destination cell in the row and paste special -> transpose.

Hope this helps,
Miguel
 

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

Back
Top