+ Reply to Thread
Results 1 to 3 of 3

separating names

Hybrid View

  1. #1
    Registered User
    Join Date
    05-09-2006
    Posts
    6

    separating names

    I have a spreadsheet of thousands of names. The names are typed in one cell: last name, first name. Does anyone know how to split the names into two different cells?

    Thanks for your help

  2. #2
    Marcelo
    Guest

    RE: separating names

    Hi Mikey

    if the names are separete by a ","

    use for the last name =left(a2,search(",",a2,1)-1)
    for the first name =right(a2,search(",",a2,1)-3)

    hth
    regards from Brazil
    Marcelo

    "mikeyVo" escreveu:

    >
    > I have a spreadsheet of thousands of names. The names are typed in one
    > cell: last name, first name. Does anyone know how to split the names
    > into two different cells?
    >
    > Thanks for your help
    >
    >
    > --
    > mikeyVo
    > ------------------------------------------------------------------------
    > mikeyVo's Profile: http://www.excelforum.com/member.php...o&userid=34277
    > View this thread: http://www.excelforum.com/showthread...hreadid=563320
    >
    >


  3. #3
    Duke Carey
    Guest

    RE: separating names

    Select the column with all the names and use Data>Text to columns. Indicate
    that the text is delimited and click on Next. If the names are separated
    with a space or a comma, check the appropriate box and click on OK.

    "mikeyVo" wrote:

    >
    > I have a spreadsheet of thousands of names. The names are typed in one
    > cell: last name, first name. Does anyone know how to split the names
    > into two different cells?
    >
    > Thanks for your help
    >
    >
    > --
    > mikeyVo
    > ------------------------------------------------------------------------
    > mikeyVo's Profile: http://www.excelforum.com/member.php...o&userid=34277
    > View this thread: http://www.excelforum.com/showthread...hreadid=563320
    >
    >


+ 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