+ Reply to Thread
Results 1 to 3 of 3

Extract text right after period

  1. #1
    Registered User
    Join Date
    07-22-2009
    Location
    France
    MS-Off Ver
    Excel 2003
    Posts
    2

    Extract text right after period

    Hi,
    aa.bb.c -> c
    aaa.bbb.c.dd -> dd
    a.b.cc.dd.eee -> eee

    I only need text after ". " from the very right side. I used =right(A1,find(".",A1)-1),this formula doesn't always work.
    Could you please tell me how to do that ? Thank you !

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Extract text right after period

    Try

    =TRIM(RIGHT(SUBSTITUTE(A1,".",REPT(" ",LEN(A1))),LEN(A1)))

  3. #3
    Registered User
    Join Date
    07-22-2009
    Location
    France
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Extract text right after period

    Thank you so much. It works good !

+ 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