+ Reply to Thread
Results 1 to 2 of 2

Transform Duplicate rows to columns

  1. #1
    Registered User
    Join Date
    07-24-2008
    Location
    London
    Posts
    43

    Transform Duplicate rows to columns

    The following code performs the following:

    From:
    word1 ; word_a
    word1 ; word_b
    word2 ; word_c
    word2 ; word_d
    word2 ; word_e

    To:
    word1 ; word_a ; word_b
    word2 ; word_c ; word_d ; word_e
    word3 ; word_f

    Please Login or Register  to view this content.
    However I want the ability to transpose two columns i.e. word_a and word_1

    From:
    word1 ; word_a, word_1
    word1 ; word_b, word_2

    To:

    word1 ; word_a ; word_1;word_b;word_2

    Can anyone help?

  2. #2
    Valued Forum Contributor
    Join Date
    02-12-2011
    Location
    The Netherlands
    MS-Off Ver
    365
    Posts
    860

    Re: Transform Duplicate rows to columns

    Like this Ray?
    Attached Files Attached Files
    Harry.

+ 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