+ Reply to Thread
Results 1 to 4 of 4

horizontal data to vertical data

  1. #1
    Aloysicus
    Guest

    horizontal data to vertical data

    I have a set of data list in the horizontal manner. Is there a macro that
    can send this data vertically instead of manually doing it?

    Thanks in advance.
    Aloysicus



  2. #2
    Registered User
    Join Date
    04-03-2005
    Posts
    58
    Go to insert option in tool bar. Select the fx function -->category-->all-->function name 'transpose'--> this function makes horzontal data to vertical or vice a versa. it should work.

    regards, vikrant

  3. #3
    Max
    Guest

    Re: horizontal data to vertical data

    One way ..

    Assume source data is in Sheet1, A1:E1

    In Sheet2

    Put in A1:
    =OFFSET(Sheet1!$A$1,COLUMNS($A$1:A1)-1,ROWS($A$1:A1)-1)

    Copy A1 down by as many rows as there are columns in Sheet1, i.e. down to A5

    A1:A5 will return whats in A1:E1 in Sheet1

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    "Aloysicus" <[email protected]> wrote in message
    news:#[email protected]...
    > I have a set of data list in the horizontal manner. Is there a macro that
    > can send this data vertically instead of manually doing it?
    >
    > Thanks in advance.
    > Aloysicus
    >
    >




  4. #4
    cycling-rod
    Guest

    Re: horizontal data to vertical data


    From Excel Help:
    Switch rows of cells to columns or columns to rows
    Data from the top row of the copy area appears in the left column of
    the paste area, and data from the left column appears in the top row.
    1 Select the cells that you want to switch.
    2 Click Copy .
    3 Select the upper-left cell of the paste area.
    The paste area must be outside the copy area.
    4 On the Edit menu, click Paste Special.
    Show me
    5 Select the Transpose check box.


    --
    cycling-rod

+ 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