Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Change vertical data into horizintal table

I have data provided as a vertical set of information and need to able to
convert it to a table

ie
Name1
Address1
Tel No1
Name2
Address2
Tel No2

change to :-
Name1 Address1 Tel No 1
Name2 Address2 Tel No 2

Any ideas please?
--
Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Change vertical data into horizintal table

If you list contains only data, no labels
try this:

Col_A contains the list, beginning in A1

C1: =INDEX($A:$A,(ROWS($1:1)-1)*3+COLUMNS($C:C))

Copy C1 across through E1
Copy those formulas down as far as you need.

Using your example, these values are returned in C1:E2
Name1 Address1 Tel No1
Name2 Address2 Tel No2


Is that something you can work with?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"Big Mac" wrote in message
...
I have data provided as a vertical set of information and need to able to
convert it to a table

ie
Name1
Address1
Tel No1
Name2
Address2
Tel No2

change to :-
Name1 Address1 Tel No 1
Name2 Address2 Tel No 2

Any ideas please?
--
Thanks in advance




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
can i change pivot table to change data jacob22 Excel Discussion (Misc queries) 2 April 11th 07 03:32 PM
change table from vertical to horizontal widman Excel Discussion (Misc queries) 0 December 5th 06 02:21 PM
how do I change the size of vertical scroll bar Peg B Excel Discussion (Misc queries) 6 July 29th 06 02:48 PM
How do I change my typing from horizontal to vertical chickaleeka Excel Worksheet Functions 2 December 12th 05 03:18 AM
How do I change my text direction to vertical on EXcell? bibi New Users to Excel 2 June 1st 05 09:46 PM


All times are GMT +1. The time now is 02:12 PM.

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

About Us

"It's about Microsoft Excel"