+ Reply to Thread
Results 1 to 4 of 4

leave the decimal fraction

  1. #1
    Darrel
    Guest

    leave the decimal fraction

    How do I remove the integer from a number and retain the decimal fraction
    portion (123.45 would yield 0.45)

  2. #2
    Toppers
    Guest

    RE: leave the decimal fraction

    A1=123.45

    in B1 put:

    =MOD(A1,1)

    HTH

    "Darrel" wrote:

    > How do I remove the integer from a number and retain the decimal fraction
    > portion (123.45 would yield 0.45)


  3. #3
    Ardus Petus
    Guest

    Re: leave the decimal fraction

    =MOD(A1,1)

    HTH
    --
    AP

    "Darrel" <[email protected]> a écrit dans le message de news:
    [email protected]...
    > How do I remove the integer from a number and retain the decimal fraction
    > portion (123.45 would yield 0.45)




  4. #4
    Josh Craig
    Guest

    RE: leave the decimal fraction

    If you're happy with it in a different cell I'd do this:

    =a1-int(a1)

    (where a1 contains the original number)

    "Darrel" wrote:

    > How do I remove the integer from a number and retain the decimal fraction
    > portion (123.45 would yield 0.45)


+ 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