#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default rows to columns

I have a customer list that SHOULD read:

name address phone
name address phone

but it currently reads:

name
address
phone

name
address
phone

Help please?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default rows to columns

If your data is in Col A from A1
then enter this in B1
=INDIRECT("A"&(ROW()-1)*4+COLUMN()-1)
and copy to D1 and then copy down till end of your data set
Once you get what you want you can copy and paste speical|value


"Waldo710" wrote:

I have a customer list that SHOULD read:

name address phone
name address phone

but it currently reads:

name
address
phone

name
address
phone

Help please?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default rows to columns

Hi,

1. Depending on how many there are you could use the Copy; Edit, Paste
Special, Transpose command.
2. You could use VBA
3. Or, assuming that you data starts in A1 you can enter the following
formula and copy it to the right three columns and down as far as necessary:
=OFFSET($A$1,(COLUMN(A1)-1)+(ROW(A1)-1)*4,0)

--
Thanks,
Shane Devenshire


"Waldo710" wrote:

I have a customer list that SHOULD read:

name address phone
name address phone

but it currently reads:

name
address
phone

name
address
phone

Help please?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default rows to columns

The easiest way I can think of (without using programming) would be to do
something like the following:

A B C
D
1 name1 =A1 =A2 =A3
2 address1
3 phone1
4
5 name2
6 etc.

Copy B1 - D1 and paste in B5, B9, etc. You can get creative to find the
easiest way to do this.
Copy B1 - D?, select B1, edit | paste special | values
Sort columns B thru D on column B to eliminate blank lines
Delete column A if desired

"Waldo710" wrote in message
...
I have a customer list that SHOULD read:

name address phone
name address phone

but it currently reads:

name
address
phone

name
address
phone

Help please?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 - change columns to rows and rows to columns Trish Excel Discussion (Misc queries) 0 August 17th 07 02:22 AM
Excel 2003 - change columns to rows and rows to columns JLatham Excel Discussion (Misc queries) 0 August 17th 07 02:05 AM
Combine multiple columns into two long columns, Repeating rows in first column [email protected] Excel Discussion (Misc queries) 2 July 31st 06 09:45 PM
Combine multiple columns into two long columns, Repeating rows in first column [email protected] Excel Discussion (Misc queries) 0 July 31st 06 05:07 PM
how to interchange rows to columns & columns to rows in a table kotakkamlesh Excel Discussion (Misc queries) 1 July 10th 06 07:58 AM


All times are GMT +1. The time now is 07:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"