+ Reply to Thread
Results 1 to 3 of 3

removal of . in a string of numbers

  1. #1
    Registered User
    Join Date
    09-27-2019
    Location
    south carolina
    MS-Off Ver
    mircosoft office 365 excel
    Posts
    19

    removal of . in a string of numbers

    Is there a way to remove "." in a string of numbers? is it a formula? For example, number looks like this 9999.00.0000 and I need to remove all the .'s How is the best way of doing this?

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,811

    Re: removal of . in a string of numbers

    The Find and Replace command can do this https://support.office.com/en-us/art...f-fdb42f892e90
    or the SUBSTITUTE() function: https://support.office.com/en-us/art...0-1e58df3bc332
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: removal of . in a string of numbers

    SUBSTITUTE(A1,".","")
    or
    SUBSTITUTE(A1,".","")+0
    depending if you want a text or numeric result.

    Bear in mind if the result exceeds ten digits using the second formula it will result in an exponential value, e.g. 12346E+10
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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] Formula to Find a Match of String of Numbers in a Larger String of Numbers
    By MattAquino in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-16-2019, 12:30 PM
  2. [SOLVED] Removal of ROW & COLUMN numbers in Hover Table
    By Statto in forum Excel General
    Replies: 2
    Last Post: 04-22-2017, 07:34 AM
  3. removal of negative sign from numbers in graph
    By Ignesh in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 04-14-2015, 12:09 PM
  4. [SOLVED] Count numbers between two values in a coma delimited string of numbers
    By van23 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-10-2012, 11:42 PM
  5. [SOLVED] Remove numbers from alphanumeric string. No standard format to the string.
    By ricunger in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-20-2012, 01:43 PM
  6. Replies: 2
    Last Post: 08-23-2012, 04:58 PM
  7. Removal of preceeding set of numbers
    By robbie1507 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-25-2007, 10:05 AM

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