+ Reply to Thread
Results 1 to 16 of 16

Convert single colum/multiple rows to multiple colums.

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    01-18-2005
    Location
    Auckland New Zealand
    MS-Off Ver
    Office Professional 2007
    Posts
    295

    Non-macro solution

    Been working slowly on a non-macro solution while others have posted, but I'll offer this anyway.
    Regards
    Mike
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    06-08-2008
    Posts
    7
    Quote Originally Posted by Mikeopolo
    Been working slowly on a non-macro solution while others have posted, but I'll offer this anyway.
    Regards
    Mike
    That also works for me. Being new at this, is there an easy way to apply it to a large spread sheet? I copy, pasted, dragged etc. and it worked but must be an easy way to save and apply to future (larger) sheets.

    TIA,

    M

  3. #3
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    For your date problem have a look at

    http://www.excelforum.com/showthread.php?t=646365

    If that solves the problem it can be built into the macro
    Please Read Forum Rules Before Posting
    Wrap VBA code by selecting the code and clicking the # icon or Read This
    How To Cross Post politely

    Top Excel links for beginners to Experts

    If you are pleased with a member's answer then use the Scales icon to rate it
    If my reply has assisted or failed to assist you I welcome your Feedback.

  4. #4
    Registered User
    Join Date
    06-08-2008
    Posts
    7
    Quote Originally Posted by mudraker
    For your date problem have a look at,
    If that solves the problem it can be built into the macro
    That worked fine, Thanks.

    The macro leaves "quotes" around each entry. Is it possible to remove them?

    Original Table...
    -- Table: {1}
    {
    "music",
    "username",
    "06/08/2008",
    "Created Spread sheet",
    },
    -- Table: {2}
    {
    "music",
    "username",
    "01/29/2007",
    "Robert Randolph and the Family Band - Colorblind",
    },
    -- Table: {3}
    {
    "music",
    "username",
    "02/03/2007",
    "Cold War Kids - 2007 - Robbers & Cowards",
    },

    Result after Macro...
    "username" "06/08/2008" "Created Spread sheet"
    "username" "01/29/2007" "Robert Randolph and the Family Band - Colorblind"
    "username" "02/03/2007" "Cold War Kids - 2007 - Robbers & Cowards"

    Thanks again,

    M

+ 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