+ Reply to Thread
Results 1 to 2 of 2

Text extraction and re-combination

  1. #1
    Registered User
    Join Date
    04-14-2009
    Location
    Columbus
    MS-Off Ver
    Excel 2003
    Posts
    13

    Text extraction and re-combination

    If I have one column with first names and another one with last names (Example, Aaron and Leeper), is there a way to extract the first letter of the first name (A) and add it to the entire last name (leeper) and get the result in another column (aleeper)?

    Thanks for your help
    Susan Littlepage

  2. #2
    Registered User
    Join Date
    05-09-2009
    Location
    Manchester,England
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    58

    Re: Text extraction and re-combination

    Hi,

    Assuming First name in col A and Last name in col B you could enter the formula below in col C

    =CONCATENATE(B1,LEFT(A1,1))

    Wagstaff

+ 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