+ Reply to Thread
Results 1 to 6 of 6

C/P part of a column into a row

  1. #1
    Registered User
    Join Date
    05-13-2014
    MS-Off Ver
    Excel 2003
    Posts
    3

    C/P part of a column into a row

    I have data that looks like this:

    ADD ADD 5
    ADD EMPTY 2
    AGAIN AGAIN 26
    AGAIN EMPTY 17
    AGAIN BACK 1
    ALL ALL 24
    ALL EMPTY 19
    ALRIGHT FINE 1
    ALRIGHT OKAY 2
    ALRIGHT ALRIGHT 3
    ALRIGHT EMPTY 3
    ALRIGHT RIGHT 1


    I want it to look like this:

    ADD ADD EMPTY
    5 2
    AGAIN AGAIN EMPTY BACK
    26 17 1
    ALL ALL EMPTY
    24 19
    ALRIGHT FINE OKAY ALRIGHT EMPTY RIGHT
    1 2 3 3 1

    i.e all the entries from column B that have the same thing in column A should be on a row together, with the number from column C under them.
    If that's a bit hard then it would be OK if it looked like this:
    ADD ADD 5
    ADD EMPTY 2

    AGAIN AGAIN 26
    AGAIN EMPTY 17
    AGAIN BACK 1

    ALL ALL 24
    ALL EMPTY 19

    ALRIGHT FINE 1
    ALRIGHT OKAY 2
    ALRIGHT ALRIGHT 3
    ALRIGHT EMPTY 3
    ALRIGHT RIGHT 1

    Any ideas?
    test.xlsx

  2. #2
    Valued Forum Contributor Miroslav R.'s Avatar
    Join Date
    05-16-2013
    Location
    NMnV, Slovakia
    MS-Off Ver
    Excel 2007
    Posts
    479

    Re: C/P part of a column into a row

    Hi there,
    You wrote: '...with the number from column C under them.'.
    But in your attachement, there are not numbers in col C.

    pls check that.

    Regards

    M

  3. #3
    Registered User
    Join Date
    05-13-2014
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: C/P part of a column into a row

    Hiya, Thanks for responding.

    Hmm, I don't know. The numbers are there on my computer. I'll re-upload it, maybe they will appear.

    I will put the sample in 2 sheets, maybe that would be easier to work with.
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor Miroslav R.'s Avatar
    Join Date
    05-16-2013
    Location
    NMnV, Slovakia
    MS-Off Ver
    Excel 2007
    Posts
    479

    Re: C/P part of a column into a row

    Hi evene,

    that was great exercise for me... so thank you...

    See attached test file.

    I had to create unique value list from col A (and it is dynamic), so when your source reaches more tha 12 unique values, drag down the formula in col E.

    It is a little bit complicated with the extract - you have to copy the blocks down (not dragging) and of course, drag to the right if necessary.

    So pls do some tests and let me know if it is ok for You...

    test (1).xlsx

    Hope it helps

    Regards

    M

  5. #5
    Registered User
    Join Date
    05-13-2014
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: C/P part of a column into a row

    Hi Miroslav,

    Thank you for working on my problem. Your solution does work, but unfortunately my computer is a bit old and slow and Excel just freezes when I try to use those formulas. I am thinking now I will export the data as csv to another program to arrange it the way I want. But thank you for your help.

    Evene

  6. #6
    Valued Forum Contributor Miroslav R.'s Avatar
    Join Date
    05-16-2013
    Location
    NMnV, Slovakia
    MS-Off Ver
    Excel 2007
    Posts
    479

    Re: C/P part of a column into a row

    Hi evene,

    You are welcome!

    (maybe try som VBA solution...)

    Regards

    M

    (Do not forget to close this thread, if provided solution was sufficient. And if you like the solution, add reputation in bottom left corner)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 02-28-2014, 06:42 PM
  2. Adding column B based on part of column A contents
    By Mornemoz in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-24-2013, 03:22 AM
  3. Replies: 7
    Last Post: 10-23-2012, 02:29 PM
  4. [SOLVED] Display missing Part Number if Column A does not match column B
    By Erik T in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-17-2006, 06:30 PM
  5. [SOLVED] Copying Part of a row down part of a column
    By Not Excelling in forum Excel General
    Replies: 3
    Last Post: 01-07-2006, 04:10 AM

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