+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : transform column to row

  1. #1
    Registered User
    Join Date
    05-27-2010
    Location
    auckland
    MS-Off Ver
    Excel 2007
    Posts
    12

    transform column to row

    Hey Team

    I have a column data A and would like to transform into row data
    something like this format:

    A B C
    1-0.001
    2[-0.03]
    3
    40.024
    5[1.11]
    6
    70.032
    8[1.04]
    9


    if it is possbile transfer to

    A B C
    1 -0.001 0.024 0.032
    2 [-0.03] [1.11] [1.04]


    thank you so much for the help!!!
    Attached Files Attached Files
    Last edited by wuruonan; 07-22-2010 at 01:03 AM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: transform column to row

    Hi Wuruonan,

    In cell B1 insert the formula:

    =OFFSET($A$1,COLUMN(B1)*3-3,0)

    In cell B2 insert the formula:

    =OFFSET($A$2,COLUMN(B2)*3-3,0)

    Fill both formulas to the right as far as needed to transpose all of the data. Remember, of course, that there are fewer columns than rows in Excel. Also, if you intend to delete the original data in column A, select rows 1 and 2 first and choose copy, then PasteSpecial -> Values. You can then delete everything below row 2.

  3. #3
    Registered User
    Join Date
    05-27-2010
    Location
    auckland
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: transform column to row

    thank you so much paul
    you are the master!!!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1