+ Reply to Thread
Results 1 to 4 of 4

Separating names from one cell

Hybrid View

Guest Separating names from one cell 12-02-2005, 01:15 PM
Guest Re: Separating names from one... 12-02-2005, 01:20 PM
Guest Re: Separating names from one... 12-02-2005, 01:20 PM
Guest Re: Separating names from one... 12-02-2005, 01:55 PM
  1. #1
    mlf
    Guest

    Separating names from one cell

    I have a long list of first and last names in one cell, is there a way to
    separate them out without having to manually copy, paste, and delete each
    one. It would be great to have two columns: first name and last name.

    Thanks,
    mlf

  2. #2
    Guest

    Re: Separating names from one cell

    Hi

    Have a look at Data/Text to columns. If you use <space> as a delimiter it
    should do the job for you. Select the column before you start, and make a
    copy of the sheet too, in case it all goes horribly wrong!

    Andy.

    "mlf" <mlf@discussions.microsoft.com> wrote in message
    news:49E45B16-8BF6-4BC2-AA17-A212C9195BE5@microsoft.com...
    >I have a long list of first and last names in one cell, is there a way to
    > separate them out without having to manually copy, paste, and delete each
    > one. It would be great to have two columns: first name and last name.
    >
    > Thanks,
    > mlf




  3. #3
    Niek Otten
    Guest

    Re: Separating names from one cell

    Data>Text to columns

    --
    Kind regards,

    Niek Otten

    "mlf" <mlf@discussions.microsoft.com> wrote in message
    news:49E45B16-8BF6-4BC2-AA17-A212C9195BE5@microsoft.com...
    >I have a long list of first and last names in one cell, is there a way to
    > separate them out without having to manually copy, paste, and delete each
    > one. It would be great to have two columns: first name and last name.
    >
    > Thanks,
    > mlf




  4. #4
    CLR
    Guest

    Re: Separating names from one cell

    Assuming the names are in Coumn A and separated only by a space,
    In B1 put this and copy down to get the first names:

    =LEFT(A1,FIND(" ",A1,1))

    In C1 put this and copy down to get the last names:

    =MID(A1,FIND(" ",A1,1),99)

    Vaya con Dios,
    Chuck, CABGx3




    "Niek Otten" wrote:

    > Data>Text to columns
    >
    > --
    > Kind regards,
    >
    > Niek Otten
    >
    > "mlf" <mlf@discussions.microsoft.com> wrote in message
    > news:49E45B16-8BF6-4BC2-AA17-A212C9195BE5@microsoft.com...
    > >I have a long list of first and last names in one cell, is there a way to
    > > separate them out without having to manually copy, paste, and delete each
    > > one. It would be great to have two columns: first name and last name.
    > >
    > > Thanks,
    > > mlf

    >
    >
    >


+ 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