+ Reply to Thread
Results 1 to 3 of 3

Displaying all text after first comma in a cell in another cell

  1. #1
    Registered User
    Join Date
    04-22-2008
    Posts
    31

    Displaying all text after first comma in a cell in another cell

    I need to display all text after first comma in a cell in another cell. For example

    Text in A1 = 1.1, 1.2, 1.3

    I need to display in B1 all the text after the first comma which would be = 1.2, 1.3

    Can anyone help?
    Last edited by Neales; 09-10-2009 at 07:12 AM.

  2. #2
    Registered User
    Join Date
    04-22-2008
    Posts
    31

    Re: Displaying all text after first comma in a cell in another cell

    In B1:

    =MID(A1,FIND(",",A1,1)+1,LEN(A1))

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Displaying all text after first comma in a cell in another cell

    Very nice. Thanks for posting your solution, too.

    If that takes care of your need, be sure to EDIT your original post, click Go Advanced and mark the PREFIX box [SOLVED].
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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