+ Reply to Thread
Results 1 to 4 of 4

Merging Columns - First Name Initial & Full Last Name

  1. #1
    Registered User
    Join Date
    01-25-2006
    Posts
    2

    Merging Columns - First Name Initial & Full Last Name

    I need to assign usernames to thousands of users in a spreadsheet. I have first name and last name in seperate columns. I'd like the username to be an initial for the first name and the full last name and have the username be completely in lowercase (see below).

    Column A (first name) = John
    Column B (last name) = Doe
    Column C (username) = jdoe

    Is there a formula that could be written that would allow me to do the above? I haven't been able to find anything in the Excel help files or on the Web.

    Appreciate any assistance...

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by bittersweet
    I need to assign usernames to thousands of users in a spreadsheet. I have first name and last name in seperate columns. I'd like the username to be an initial for the first name and the full last name and have the username be completely in lowercase (see below).

    Column A (first name) = John
    Column B (last name) = Doe
    Column C (username) = jdoe

    Is there a formula that could be written that would allow me to do the above? I haven't been able to find anything in the Excel help files or on the Web.

    Appreciate any assistance...
    =lower(left(A1,1)&B1)
    Regards.
    BenjieLop
    Houston, TX

  3. #3

    Re: Merging Columns - First Name Initial & Full Last Name

    The following formula should do it.

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


  4. #4
    Registered User
    Join Date
    01-25-2006
    Posts
    2
    That did the trick! Thanks so much for your help.

+ 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