PC Review


Reply
Thread Tools Rate Thread

convert columns to rows

 
 
=?Utf-8?B?REhN?=
Guest
Posts: n/a
 
      29th Jun 2007
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 With Quote
 
 
 
 
Piscator
Guest
Posts: n/a
 
      29th Jun 2007
Checkout the TRANSPOSE function

 
Reply With Quote
 
=?Utf-8?B?REhN?=
Guest
Posts: n/a
 
      29th Jun 2007
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

 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      29th Jun 2007
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:A1)-7)


copy across 7 columns and then copy down


--
Regards,

Peo Sjoblom


"DHM" <(E-Mail Removed)> wrote in message
newsF7BDEE2-A5CB-44AF-9B5F-(E-Mail Removed)...
> 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



 
Reply With Quote
 
=?Utf-8?B?VGVldGhsZXNzIG1hbWE=?=
Guest
Posts: n/a
 
      30th Jun 2007
=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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Columns to Rows and insert into another table based on valuesin columns Gurvinder Microsoft Access Form Coding 7 25th Nov 2008 10:03 PM
Convert Columns to Rows and insert into another table based on valuesin columns Gurvinder Microsoft Access Queries 0 24th Nov 2008 09:00 PM
Convert columns to rows: create duplicate rows based on column val =?Utf-8?B?Q2FycmllUg==?= Microsoft Access 3 30th Aug 2006 07:07 PM
to convert columns to rows having mulit independent group columns =?Utf-8?B?UXVhY3k=?= Microsoft Excel Worksheet Functions 1 22nd Aug 2006 11:20 PM
to convert columns to rows having mulit independent group columns =?Utf-8?B?UXVhY3k=?= Microsoft Excel Worksheet Functions 0 22nd Aug 2006 08:59 PM


Features
 

Advertising
 

Newsgroups
 


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