+ Reply to Thread
Results 1 to 4 of 4

Is it possible to split a cell that contains a persons full name into 2 or three cells?

  1. #1
    Registered User
    Join Date
    01-06-2013
    Location
    Hartford CT
    MS-Off Ver
    Excel 2003
    Posts
    3

    Question Is it possible to split a cell that contains a persons full name into 2 or three cells?

    I am working on a database that has the names of people in one cell...I inherited this database...the end result is to have a first and last name at best (middle name not needed) so I can create a csv file to upload into my google contacts. I have about 675 rows of data. Is it possible to create a macro (which I know nothing about) to get this done quickly versus typing it all out?

    Thank you!

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Is it possible to split a cell that contains a persons full name into 2 or three cells

    Why do you need a macro?

    Assuming that your data starts in A1, put this formula IN B1

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

    In C1, put this one.

    =RIGHT(A1,LEN(A1)-FIND(" ",A1,1))

    Copy down.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    01-06-2013
    Location
    Hartford CT
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Is it possible to split a cell that contains a persons full name into 2 or three cells

    SOLVED!!!!

    Found my answer so swift!!!
    http://blogs.msdn.com/b/lauraj/archi...08/177965.aspx

    It is the Text to Column command under data!!!!

  4. #4
    Registered User
    Join Date
    01-06-2013
    Location
    Hartford CT
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Is it possible to split a cell that contains a persons full name into 2 or three cells

    you rock...I found an easier solution but yours works well You rock and thanks for quick response!

+ 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