+ Reply to Thread
Results 1 to 6 of 6

merging into single column

  1. #1
    Registered User
    Join Date
    09-24-2009
    Location
    maui
    MS-Off Ver
    Excel 2003
    Posts
    13

    merging into single column

    How do I execute this in excel? - I have value starting with the word “code” in different cell / column, how would I able to select all these values and transfer them into single column. Thanks.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: merging into single column

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

  3. #3
    Registered User
    Join Date
    09-24-2009
    Location
    maui
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: merging into single column

    Sorry - anyway i have attached the sample form
    Attached Files Attached Files

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: merging into single column

    If the code is always the last text entry in the row then

    S2: =LOOKUP(REPT("Z",255),A2:R2)
    copied down

  5. #5
    Registered User
    Join Date
    09-24-2009
    Location
    maui
    MS-Off Ver
    Excel 2003
    Posts
    13

    Thumbs up Re: merging into single column

    Thanks that’s powerful. In your formula S2: =LOOKUP(REPT("Z",255),A2:R2) what does rept ,“z”, and 255 means? Thanks again.

  6. #6
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: merging into single column

    For info. on REPT function see XL Help files - for more info. on "finding last values" be sure to check out Bob Phillips' white paper: http://www.xldynamic.com/source/xld.LastValue.html

+ 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