Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Transpose data from many horizontal rows into a single column

Thanks in advance for your suggestions...I have seen a similar request for
this exact issue using MS Access tables, but I need a solution in excel using
Excel 2000/XP:

I have data in the following format with 800 rows:

row1: sally,b,c,d
row2: john,f,g,h
row3: david,j,k,l

and I need to be able to put each row into a repeating single column:
ie:

column1:
sally
b
c
d
john
f
g
h
david
j
k
l

Can anybody help with a formula or a simple (very simple) macro!
Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Transpose data from many horizontal rows into a single column

Here's one way ..
Assuming source data in cols A to D, from row1 down
Put in E1:
=OFFSET(A$1,INT((ROWS($1:1)-1)/4),MOD(ROWS($1:1)-1,4))
Copy E1 down until zeros appear, signalling exhaustion of data
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Tinkmodbod" wrote:
Thanks in advance for your suggestions...I have seen a similar request for
this exact issue using MS Access tables, but I need a solution in excel using
Excel 2000/XP:

I have data in the following format with 800 rows:

row1: sally,b,c,d
row2: john,f,g,h
row3: david,j,k,l

and I need to be able to put each row into a repeating single column:
ie:

column1:
sally
b
c
d
john
f
g
h
david
j
k
l

Can anybody help with a formula or a simple (very simple) macro!
Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Transpose data from many horizontal rows into a single column

Thanks very much....works perfectly.

"Tinkmodbod" wrote:

Thanks in advance for your suggestions...I have seen a similar request for
this exact issue using MS Access tables, but I need a solution in excel using
Excel 2000/XP:

I have data in the following format with 800 rows:

row1: sally,b,c,d
row2: john,f,g,h
row3: david,j,k,l

and I need to be able to put each row into a repeating single column:
ie:

column1:
sally
b
c
d
john
f
g
h
david
j
k
l

Can anybody help with a formula or a simple (very simple) macro!
Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Transpose data from many horizontal rows into a single column

welcome ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Tinkmodbod" wrote in message
...
Thanks very much....works perfectly.



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
Transpose Data from a column to several rows stansdl Excel Worksheet Functions 5 July 30th 06 10:40 PM
Transpose Horizontal? SteveC Excel Discussion (Misc queries) 4 February 23rd 06 05:30 PM
transpose 3d cells to a column in single workbook joeeng Excel Discussion (Misc queries) 9 June 27th 05 08:41 PM
Transpose unique values in one column/mult. rows into a single row Wil Excel Worksheet Functions 1 May 22nd 05 08:52 AM
transpose a column into many rows GMed Excel Discussion (Misc queries) 1 January 21st 05 07:15 PM


All times are GMT +1. The time now is 12:36 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"