+ Reply to Thread
Results 1 to 4 of 4

Remainder

  1. #1
    Kevin H. Stecyk
    Guest

    Remainder

    Hi,

    If I have a number like 5.428 and just want the .428, is there an easy way
    to do this? It is sort of the opposite of truncate.

    Regards,
    Kevin



  2. #2
    N Harkawat
    Guest

    Re: Remainder

    =5.428-int(5.428)



    "Kevin H. Stecyk" <[email protected]> wrote in message
    news:O3uvS%[email protected]...
    > Hi,
    >
    > If I have a number like 5.428 and just want the .428, is there an easy way
    > to do this? It is sort of the opposite of truncate.
    >
    > Regards,
    > Kevin
    >




  3. #3
    Kevin H. Stecyk
    Guest

    Re: Remainder


    "N Harkawat" ...
    > =5.428-int(5.428)
    >


    Thank you.



  4. #4
    Gary Brown
    Guest

    RE: Remainder

    =MOD(5.428,1)

    or if 5.428 is in A1

    =MOD(A1,1)

    HTH,
    --
    Gary Brown
    [email protected]


    "Kevin H. Stecyk" wrote:

    > Hi,
    >
    > If I have a number like 5.428 and just want the .428, is there an easy way
    > to do this? It is sort of the opposite of truncate.
    >
    > Regards,
    > Kevin
    >
    >
    >


+ 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