+ Reply to Thread
Results 1 to 3 of 3

rounding a formula's number

  1. #1

    rounding a formula's number

    How, do I round a formula's number so it will act as a 2 digit number instead
    of the 5 or 6 digit number...

    i.e. =c6*d7 ; this would be 94.12345 but rounds to 94.13 (don't understand
    why if the third digit is under 5 it rounds up, but it does...) BUT when this
    number is mulitplied it is multiplied as the 94.12345 which ends up dropping
    cents. How do I get it to multiply 94.13?

    Hope that's clear... Bob

  2. #2
    Don Guillett
    Guest

    Re: rounding a formula's number

    Have a look in HELP index for ROUNDUP

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "[email protected]"
    <[email protected]@discussions.microsoft.com> wrote in message
    news:[email protected]...
    > How, do I round a formula's number so it will act as a 2 digit number

    instead
    > of the 5 or 6 digit number...
    >
    > i.e. =c6*d7 ; this would be 94.12345 but rounds to 94.13 (don't understand
    > why if the third digit is under 5 it rounds up, but it does...) BUT when

    this
    > number is mulitplied it is multiplied as the 94.12345 which ends up

    dropping
    > cents. How do I get it to multiply 94.13?
    >
    > Hope that's clear... Bob




  3. #3
    CLR
    Guest

    Re: rounding a formula's number

    Assuming the 94.12345 is in A1, and 2 is in B1,

    =ROUNDUP(A1,2)*B1 will display 188.26
    =A1*B1 will display 188.2469

    Vaya con Dios,
    Chuck, CABGx3



    "[email protected]"
    <[email protected]@discussions.microsoft.com> wrote in message
    news:[email protected]...
    > How, do I round a formula's number so it will act as a 2 digit number

    instead
    > of the 5 or 6 digit number...
    >
    > i.e. =c6*d7 ; this would be 94.12345 but rounds to 94.13 (don't understand
    > why if the third digit is under 5 it rounds up, but it does...) BUT when

    this
    > number is mulitplied it is multiplied as the 94.12345 which ends up

    dropping
    > cents. How do I get it to multiply 94.13?
    >
    > Hope that's clear... Bob




+ 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