+ Reply to Thread
Results 1 to 6 of 6

Transpose/Transform a table to one coloumn

  1. #1
    Registered User
    Join Date
    07-10-2013
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2003
    Posts
    3

    Transpose/Transform a table to one coloumn

    Hi,

    i was looking solution for my query

    i have a data as below

    a b c 1
    d e f 2
    g h i 3
    j k l 4


    and i need the data as below in one column

    a
    b
    c
    1
    d
    e
    f
    2
    g
    h
    i
    3
    ...........

    help needed in this regard either macro or formula





    - Arun Sparrow
    Attached Files Attached Files

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Transpose/Transform a table to one coloumn

    Do you need the output in the same column or column B is fine?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    07-10-2013
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Transpose/Transform a table to one coloumn

    any thing is fine but i need the output in one column even in a separate sheet

    sorry frnd. i forget to mention that the data had more than 100 line items



    Thank for revert,

    Arun Sparrow

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Transpose/Transform a table to one coloumn

    The solution to your problem can be found on this C. Pearson web site.

    http://www.cpearson.com/excel/MatrixToVector.aspx
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  5. #5
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Transpose/Transform a table to one coloumn

    When you press the button on sheet1, you will get the result in new sheet.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    07-10-2013
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Transpose/Transform a table to one coloumn

    Hi friend,

    Thanks for support

    It did my work

    Thanks once again

+ 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