+ Reply to Thread
Results 1 to 4 of 4

Exacting the fractional

Hybrid View

  1. #1
    Registered User
    Join Date
    10-23-2003
    Posts
    81

    Exacting the fractional

    How do you extract the fraction out of column A and put the fractional in column B...

    example

    A

    25.375
    7.975
    7.25
    7.25
    7.25


    B


    .375
    .975
    .25
    .25
    .25
    Last edited by TaGY2K; 07-26-2006 at 03:30 PM.

  2. #2
    Dave Peterson
    Guest

    Re: Exacting the fractional

    =mod(a1,1)
    or
    =a1-int(a1)

    Do you get what you want with negative numbers?

    TaGY2K wrote:
    >
    > How do you extract the fraction out of column A and put the fractional
    > in column B...
    >
    > example
    >
    > A B
    >
    > 25.375 .375
    > 7.975 .975
    > 7.25 .25
    > 7.25 .25
    > 7.25 .25
    > 87
    >
    > --
    > TaGY2K
    > ------------------------------------------------------------------------
    > TaGY2K's Profile: http://www.excelforum.com/member.php...fo&userid=1861
    > View this thread: http://www.excelforum.com/showthread...hreadid=565313


    --

    Dave Peterson

  3. #3
    Registered User
    Join Date
    10-23-2003
    Posts
    81
    thanks work..

  4. #4
    Ron Rosenfeld
    Guest

    Re: Exacting the fractional

    On Wed, 26 Jul 2006 15:28:39 -0400, TaGY2K
    <TaGY2K.2bkhw5_1153942213.443@excelforum-nospam.com> wrote:

    >
    >How do you extract the fraction out of column A and put the fractional
    >in column B...
    >
    >example
    >
    >A B
    >
    >25.375 .375
    >7.975 .975
    >7.25 .25
    >7.25 .25
    >7.25 .25
    >87


    =MOD(A1,1)

    or

    =A1-INT(A1)


    --ron

+ 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