+ Reply to Thread
Results 1 to 4 of 4

Taking data from 3 columns to make the fourth.

  1. #1
    Jerry Arnone, PMP
    Guest

    Taking data from 3 columns to make the fourth.

    I have three columns of data: first name, middle name, last name. I want to
    make a fourth column that contains the first letter of the first and middle
    name and the entire last name to make a fourth column. example: john edward
    smith in the first column and the fourth column would be jesmith.

    thanks in advance.
    --
    Jerry

  2. #2
    Jerry Arnone, PMP
    Guest

    RE: Taking data from 3 columns to make the fourth.

    I meant to say.....

    I have three columns of data: first name, middle name, last name. I want to
    make a fourth column that contains the first letter of the first and middle
    name and the entire last name to make a fourth column. example: john edward
    smith in the first three column and the fourth column would be jesmith.

    --
    Jerry

    "Jerry Arnone, PMP" wrote:

    > I have three columns of data: first name, middle name, last name. I want to
    > make a fourth column that contains the first letter of the first and middle
    > name and the entire last name to make a fourth column. example: john edward
    > smith in the first column and the fourth column would be jesmith.
    >
    > thanks in advance.
    > --
    > Jerry


  3. #3
    Biff
    Guest

    Re: Taking data from 3 columns to make the fourth.

    Hi!

    Try this:

    =LEFT(A1,1)&LEFT(B1,1)&C1

    Biff

    "Jerry Arnone, PMP" <jarnone@bellsouth.net> wrote in message
    news:4EFC742D-E7E5-4F89-9292-DFCD8F737135@microsoft.com...
    >I meant to say.....
    >
    > I have three columns of data: first name, middle name, last name. I want
    > to
    > make a fourth column that contains the first letter of the first and
    > middle
    > name and the entire last name to make a fourth column. example: john
    > edward
    > smith in the first three column and the fourth column would be jesmith.
    >
    > --
    > Jerry
    >
    > "Jerry Arnone, PMP" wrote:
    >
    >> I have three columns of data: first name, middle name, last name. I want
    >> to
    >> make a fourth column that contains the first letter of the first and
    >> middle
    >> name and the entire last name to make a fourth column. example: john
    >> edward
    >> smith in the first column and the fourth column would be jesmith.
    >>
    >> thanks in advance.
    >> --
    >> Jerry




  4. #4
    Gord Dibben
    Guest

    Re: Taking data from 3 columns to make the fourth.

    Jerry

    =LEFT(A1,1)&LEFT(B1,1)&C1 entered in D1 and copied down column D.


    Gord Dibben Excel MVP


    On Mon, 23 May 2005 19:24:01 -0700, "Jerry Arnone, PMP"
    <jarnone@bellsouth.net> wrote:

    >I meant to say.....
    >
    > I have three columns of data: first name, middle name, last name. I want to
    > make a fourth column that contains the first letter of the first and middle
    > name and the entire last name to make a fourth column. example: john edward
    > smith in the first three column and the fourth column would be jesmith.



+ 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