+ Reply to Thread
Results 1 to 3 of 3

Split Names

  1. #1
    Antonio
    Guest

    Split Names

    Hello, everybody. This is my first post in an excel newsgroup. Here is the
    question:

    I have a "Name" column which lists individuals' First and Last names. Is it
    possible to split into two columns, FirstName and LastName? Thanks

  2. #2
    Earl Kiosterud
    Guest

    Re: Split Names

    Antonio,

    You can use Data - Text to columns. Make sure there are two empty columns
    to the right. If there are more than two names in any (as determined by
    spaces between them), you'll need more columns. Select the column, Data -
    Text to columns. Specify the space as the delimiter.
    --
    Earl Kiosterud
    www.smokeylake.com/
    -------------------------------------------

    "Antonio" <[email protected]> wrote in message
    news:[email protected]...
    > Hello, everybody. This is my first post in an excel newsgroup. Here is
    > the
    > question:
    >
    > I have a "Name" column which lists individuals' First and Last names. Is
    > it
    > possible to split into two columns, FirstName and LastName? Thanks




  3. #3
    Dushyant Rajput
    Guest

    Re: Split Names

    Hi,
    assume you have data in A1 so formulae is :
    =LEFT(A1,FIND(" ",A1,1)) [[ Put this formulae in B1 for First
    Name]]
    =RIGHT(A1,LEN(A1)-FIND(" ",A1,1)) [[Put this formulae in C1 for Last
    Name]]

    Thnx
    Dushyant

    "Antonio" <[email protected]> wrote in message
    news:[email protected]...
    > Hello, everybody. This is my first post in an excel newsgroup. Here is
    > the
    > question:
    >
    > I have a "Name" column which lists individuals' First and Last names. Is
    > it
    > possible to split into two columns, FirstName and LastName? Thanks




+ 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