+ Reply to Thread
Results 1 to 4 of 4

Row to Column

  1. #1
    Registered User
    Join Date
    10-30-2003
    Posts
    49

    Row to Column

    How can I take Column headers and put them in a single column?


    TEST1 TEST2 TEST3 TEST4 TEST5



    TEST1
    TEST2
    TEST3
    TEST4
    TEST5



    Thanks in advance.

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Either copy and menu:Edit>Past special>mark Transpose

    or use this formula:
    A1...E1:TEST1 TEST2 TEST3 TEST4 TEST5
    A3: =OFFSET($A$1,0,ROW()-3)
    A4: (copy the above formula)
    A5: ...

    Hope it helps
    Ola Sandström

  3. #3
    Registered User
    Join Date
    10-30-2003
    Posts
    49
    Thank you for the quick response.

  4. #4
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    I try, I try.. :-)

+ 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