+ Reply to Thread
Results 1 to 3 of 3

Find the last dot in an entry and return the characters after it

  1. #1
    Forum Contributor
    Join Date
    03-16-2007
    Location
    Berlin, Germany
    MS-Off Ver
    Excel 2007
    Posts
    202

    Find the last dot in an entry and return the characters after it

    I need a formula which will find the LAST dot in an entry like this one:
    76523.867.6217.12.242
    and return only the numbers after the last dot, in this case 242.

    Can someone help pls?

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

    Re: Find the last dot in an entry and return the characters after it

    Try

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

  3. #3
    Forum Contributor
    Join Date
    03-16-2007
    Location
    Berlin, Germany
    MS-Off Ver
    Excel 2007
    Posts
    202

    Re: Find the last dot in an entry and return the characters after it

    That's it Thanx!!

+ 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] Find last entry in row and return column header name
    By cralph78 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-06-2014, 05:34 AM
  2. [SOLVED] Find last entry in row and return column header
    By cralph78 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-01-2014, 08:26 AM
  3. Find and return mutliple lines of data based on single entry
    By Aquarock in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 07-21-2014, 08:26 AM
  4. return 4 characters usign find
    By 2001jesper in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-19-2013, 02:16 PM
  5. find entry in corresponding sheet and return related value
    By kildareman in forum Excel General
    Replies: 3
    Last Post: 08-19-2010, 05:29 AM
  6. Replies: 2
    Last Post: 09-18-2008, 05:47 AM
  7. [SOLVED] [SOLVED] Find/Replace carriage return & line feed characters in Excel.
    By Mary Cullen in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-04-2005, 04:06 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