+ Reply to Thread
Results 1 to 3 of 3

Transpose function - advanced

  1. #1
    Registered User
    Join Date
    03-08-2012
    Location
    Amsterdam
    MS-Off Ver
    Excel 2010
    Posts
    14

    Transpose function - advanced

    Hi all,

    I am looking for some transpose function in excel that will help me get the below:

    this is the data I have currently:

    name score award
    Anna 2 award 1
    Luisa 6 award 2
    Arlene 8 award 2
    Angel 1 award 1


    I wonna keep the names in teh first column but rearrange the secodn and third column to award 1 and award 2, so that the above looks like:

    name award 1 award 2
    Anna 1
    Luisa 6
    Arlene 8
    Angel 1


    Thanks in advance for the help

  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 function - advanced

    You mean the output should be -
    Name Award 1 Award 2
    Anna 1 -
    Luisa - 6
    Arlene - 8
    Angel 1 -
    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
    03-08-2012
    Location
    Amsterdam
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: Transpose function - advanced

    Hi Arlette,

    Yes, this is my intention. thx.

+ 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