+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Registered User
    Join Date
    06-19-2008
    Posts
    10

    Seperate First and Surnames

    Hi. Im sure this will be an easy one for some of you guys.


    I have 1 column containing first and second names seperated with a space.

    I would like to split the first and second names into 2 seperate columns.


    So for example

    |__Bob Smith__|

    Becomes

    |__Bob__|__Smith__|

    Thankyou.

  2. #2
    Forum Guru
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    5,027
    Hi

    Data, text to columns, deliminted and select space as the delimiter.

    HTH

    rylo

  3. #3
    Valued Forum Contributor
    Join Date
    02-27-2008
    Posts
    753

    formula

    Hi
    Col B =LEFT(A1,SEARCH(" ",A1)-1)
    Col C =MID(A1,SEARCH(" ",A1)+1,100)
    Drag the formula till the end of data
    Ravi

  4. #4
    Registered User
    Join Date
    06-18-2008
    Posts
    1

    Smile

    Is this really possible to do in excel. Wow thats really gr8 and really time saving technique. Thanks for telling the formula.
    Regards
    HughesNet Blog
    Satellite Internet Blog

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.2.0