+ Reply to Thread
Results 1 to 4 of 4

Change First name to abbreviated version

Hybrid View

  1. #1
    Registered User
    Join Date
    03-05-2011
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    84

    Change First name to abbreviated version

    Hi,
    If i have a column of names, ie. Jack Johnson. How do i abbreviate the first name in that cell so it looks exactly like J. Johnson

    Thanks.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Change First name to abbreviated version

    Try

    =LEFT(A1)&". "&TRIM(RIGHT(SUBSTITUTE(A1," ",REPT(" ",255)),255))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,885

    Re: Change First name to abbreviated version

    Try this:
    Formula: copy to clipboard
    =LEFT(E6,1)&". "&RIGHT(E6,LEN(E6)-SEARCH(" ";E6))
    <----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left

    If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
    I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.

  4. #4
    Registered User
    Join Date
    03-05-2011
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    84

    Re: Change First name to abbreviated version

    thanks 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)

Similar Threads

  1. [SOLVED] Addition and subtraction with abbreviated numbers
    By sergiu_gh in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-06-2015, 07:56 AM
  2. drop list abbreviated from full description
    By scorpius68 in forum Excel General
    Replies: 3
    Last Post: 07-26-2013, 10:57 PM
  3. Excel 2007 : Names to appear in Abbreviated form
    By sushil10s in forum Excel General
    Replies: 6
    Last Post: 01-28-2012, 11:49 PM
  4. Replies: 6
    Last Post: 05-18-2010, 01:39 AM
  5. VBA to change a particular cell version 2
    By ice in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-11-2008, 12:28 AM
  6. file menu abbreviated
    By Ron Patterson in forum Excel General
    Replies: 4
    Last Post: 02-19-2006, 11:20 PM
  7. Provider Issue with Version Change?
    By cesw in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-01-2005, 04:34 PM

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