Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DHM DHM is offline
external usenet poster
 
Posts: 13
Default convert columns to rows

I have a groups of 6 cells that are in column A (A1, A2, A3, A4, A5,A6). I
want to change the 6 cells in column A to create new columns B1,C1,D1,E1,F1 &
G1. Then the second set of 6 cells in A (A7,A8,A9,A10,A11,A12) become
B2,C2,D2,E2,F2 & G2) and so on. I am using Excell 2007. Let me know if this
can be done
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default convert columns to rows

Checkout the TRANSPOSE function

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DHM DHM is offline
external usenet poster
 
Posts: 13
Default convert columns to rows

The transpose works for one goup but I need to transpose over 1000 groups. Is
there a way group each set of 6 cell then transpose?

"DHM" wrote:

I have a groups of 6 cells that are in column A (A1, A2, A3, A4, A5,A6). I
want to change the 6 cells in column A to create new columns B1,C1,D1,E1,F1 &
G1. Then the second set of 6 cells in A (A7,A8,A9,A10,A11,A12) become
B2,C2,D2,E2,F2 & G2) and so on. I am using Excell 2007. Let me know if this
can be done

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default convert columns to rows

Assume that the values start in Sheet1!A1, insert a new sheet (or use
another sheet that is empty) and put this in A1

=INDEX(Sheet1!$A:$A,ROWS($A$1:A1)*7+COLUMNS($A$1:A 1)-7)


copy across 7 columns and then copy down


--
Regards,

Peo Sjoblom


"DHM" wrote in message
...
The transpose works for one goup but I need to transpose over 1000 groups.
Is
there a way group each set of 6 cell then transpose?

"DHM" wrote:

I have a groups of 6 cells that are in column A (A1, A2, A3, A4, A5,A6).
I
want to change the 6 cells in column A to create new columns
B1,C1,D1,E1,F1 &
G1. Then the second set of 6 cells in A (A7,A8,A9,A10,A11,A12) become
B2,C2,D2,E2,F2 & G2) and so on. I am using Excell 2007. Let me know if
this
can be done



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default convert columns to rows

=OFFSET($A$1,COLUMNS($A1:A1)-1+(ROWS($1:1)-1)*6,0)


"DHM" wrote:

I have a groups of 6 cells that are in column A (A1, A2, A3, A4, A5,A6). I
want to change the 6 cells in column A to create new columns B1,C1,D1,E1,F1 &
G1. Then the second set of 6 cells in A (A7,A8,A9,A10,A11,A12) become
B2,C2,D2,E2,F2 & G2) and so on. I am using Excell 2007. Let me know if this
can be done



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
Convert rows to columns lucrezia Excel Worksheet Functions 0 June 28th 07 06:36 PM
Convert columns to rows KT Excel Worksheet Functions 1 October 8th 06 02:10 PM
to convert columns to rows having mulit independent group columns Quacy Excel Worksheet Functions 1 August 22nd 06 11:20 PM
Convert rows to Columns Ed Excel Worksheet Functions 7 August 3rd 06 10:14 PM
Can I convert columns to rows? Adam@Penda Excel Discussion (Misc queries) 3 January 11th 05 07:35 PM


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