Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Rows to columns with a twist

I have a workbook with repeating data in one column and unique data in sets
of 5 rows in the next column:
A 1
B 2
C 3
D 4
E 5
A 6
B 7
C 8... etc

I would like to transpose to:
A B C D E
1 2 3 4 5
6 7 8... etc


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Rows to columns with a twist

I don't recall who's responsible for this equation but it worked along with
some manual manipulation: =INDEX($A:$A,COLUMNS($A:E)+6*ROWS($1:1)-6)

Pulling the function along the row transposed the rows in column A to column
headers. Pulling the function down one row then to the right one column and
then down till the data in the column was all similar data... and repeating
until each column was filled with the desired data... worked great. Then I
simply copied and "paste special - values' into a new worksheet.

Thanks!

"bcone" wrote:

I have a workbook with repeating data in one column and unique data in sets
of 5 rows in the next column:
A 1
B 2
C 3
D 4
E 5
A 6
B 7
C 8... etc

I would like to transpose to:
A B C D E
1 2 3 4 5
6 7 8... etc


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 09:57 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"