+ Reply to Thread
Results 1 to 4 of 4

dropping whole numbers

  1. #1
    Asheret
    Guest

    dropping whole numbers

    cell result = 444.876543 How copy to another cell but drop the whole numbers?

  2. #2
    Anne Troy
    Guest

    Re: dropping whole numbers

    =Mod(a1,1)
    *******************
    ~Anne Troy

    www.OfficeArticles.com
    www.MyExpertsOnline.com


    "Asheret" <Asheret@discussions.microsoft.com> wrote in message
    news:789802B4-E13E-4682-BEDB-9AC97DC7989E@microsoft.com...
    > cell result = 444.876543 How copy to another cell but drop the whole

    numbers?



  3. #3
    Henry
    Guest

    Re: dropping whole numbers

    Asheret,

    If your number is in cell A1 and your result goes into B1.

    In B1

    = A1 - INT(A1)

    will give you 0.876543.
    Format B1 with custom format
    ..##############
    to remove the leading zero.

    Henry


    "Asheret" <Asheret@discussions.microsoft.com> wrote in message
    news:789802B4-E13E-4682-BEDB-9AC97DC7989E@microsoft.com...
    > cell result = 444.876543 How copy to another cell but drop the whole
    > numbers?




  4. #4
    Tom Ogilvy
    Guest

    Re: dropping whole numbers

    Just to highlight the difference in VBA:

    ? 444.876543 mod 1
    0

    --
    Regards,
    Tom Ogilvy

    "Anne Troy" <ng@officearticles.com> wrote in message
    news:83ac9$42c2bf32$97c5108d$8803@allthenewsgroups.com...
    > =Mod(a1,1)
    > *******************
    > ~Anne Troy
    >
    > www.OfficeArticles.com
    > www.MyExpertsOnline.com
    >
    >
    > "Asheret" <Asheret@discussions.microsoft.com> wrote in message
    > news:789802B4-E13E-4682-BEDB-9AC97DC7989E@microsoft.com...
    > > cell result = 444.876543 How copy to another cell but drop the whole

    > numbers?
    >
    >




+ 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