+ Reply to Thread
Results 1 to 3 of 3

copying selected text from one column to another

  1. #1
    Registered User
    Join Date
    10-22-2007
    Posts
    1

    copying selected text from one column to another

    Can anyone help me copy selected text from one cell to another? I have a long column with the text 'name : Joe Blogs' and need to delete the first part of the text 'name :' so I only have the text 'Joe Blogs' remaining in the cell. I have thousands of cells like this, and it will take me ages to delete each manually. Is it possible to do this with a function? please help asap!!

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Select column then press Ctrl + H. In the find box enter
    name :
    and leave the replace box empty

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by annie79
    Can anyone help me copy selected text from one cell to another? I have a long column with the text 'name : Joe Blogs' and need to delete the first part of the text 'name :' so I only have the text 'Joe Blogs' remaining in the cell. I have thousands of cells like this, and it will take me ages to delete each manually. Is it possible to do this with a function? please help asap!!
    Select the column of data.
    go to Data > Text to Columns
    check Delimited <Next>
    check Others and put : in box <Next> then <Finish>
    Text will be splitted in two columns, second column would be your required data.

    VBA Noob should mention (which in understood rather) that you should press Replace All at the end.

+ 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