+ Reply to Thread
Results 1 to 4 of 4

How to separate numbers after decimal point

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-02-2007
    Posts
    109

    How to separate numbers after decimal point

    Hi,

    I have a need to convert a range of numbers so that only a part of the number is placed into a separate cell. For example I would have the following list:

    345.65
    6543.34
    76.22
    3456.87
    456.32

    I need to be able to extract from these numbers so that in a separate column I get only the decimal point and numbers after it.

    ie.
    .65
    .34
    .22
    .87
    .32

    I have not been able to do this, any help would be greatly appreciated

  2. #2
    Valued Forum Contributor khamilton's Avatar
    Join Date
    10-08-2009
    Location
    IL
    MS-Off Ver
    Excel 2007
    Posts
    345

    Re: How to separate numbers after decimal point

    If the decimal is always the third character use this replacing Your cell..

    =Right(Your cell,3)
    Please acknowledge the response you receive, good or bad. If your problem is solved, please say so clearly, and mark your thread as Solved: Click the Edit button on your first post in the thread, Click Go Advanced, select [SOLVED] from the Prefix dropdown, then click Save Changes. If more than two days have elapsed, the Edit button will not appear -- ask a moderator to mark it.

  3. #3
    Registered User
    Join Date
    09-02-2011
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: How to separate numbers after decimal point

    =RIGHT(a1,3)


    if this Fixed your problem please use the scales to rate my help

  4. #4
    Forum Contributor
    Join Date
    11-02-2007
    Posts
    109

    Re: How to separate numbers after decimal point

    Thanks, worked brilliantly


    Quote Originally Posted by Ozwilly View Post
    Hi,

    I have a need to convert a range of numbers so that only a part of the number is placed into a separate cell. For example I would have the following list:

    345.65
    6543.34
    76.22
    3456.87
    456.32

    I need to be able to extract from these numbers so that in a separate column I get only the decimal point and numbers after it.

    ie.
    .65
    .34
    .22
    .87
    .32

    I have not been able to do this, any help would be greatly appreciated

+ 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