| View previous topic :: View next topic |
| Author |
Message |
Matt483 Newbie

Joined: 20 May 2006 Posts: 2
|
Posted: Sat May 20, 2006 8:00 am Post subject: Convert rows to columns |
|
|
I have a spreadsheet with all the information in rows like this:
1 First Name
2 Last Name
3 Address
4 Phone Number
I would like to convert it so it ends up in columns like this:
A------------------B-----------------C----------------D
First Name Last Name Address Phone Number
I would have possibly hundreds of rows that I would like to convert to columns. This is to be able to import it into another software program.
Any ideas on a quick way to accomplish this?
Thanks. |
|
| Back to top |
|
 |
jrkrideau Super User

Joined: 08 Aug 2005 Posts: 6733 Location: Kingston ON Canada
|
Posted: Sat May 20, 2006 8:07 am Post subject: Re: Convert rows to columns |
|
|
| Matt483 wrote: | I have a spreadsheet with all the information in rows like this:
1 First Name
2 Last Name
3 Address
4 Phone Number
I would like to convert it so it ends up in columns like this:
A------------------B-----------------C----------------D
First Name Last Name Address Phone Number
I would have possibly hundreds of rows that I would like to convert to columns. This is to be able to import it into another software program.
Any ideas on a quick way to accomplish this?
Thanks. |
Hard to tell but have a look at Edit > Paste Special > Transponse. _________________ jrkrideau
Kingston ON Canada
Currently using Windows 7 & OOo 3.4.0 and Ubuntu 12.04 & LibreOffice 3.5.2.2 |
|
| Back to top |
|
 |
Matt483 Newbie

Joined: 20 May 2006 Posts: 2
|
Posted: Sat May 20, 2006 1:02 pm Post subject: |
|
|
| Thanks that works perfectly! |
|
| Back to top |
|
 |
|