+ Reply to Thread
Results 1 to 9 of 9

Rounding Up Decimals

  1. #1
    Lilbit
    Guest

    Rounding Up Decimals

    How do I get 14.102 to say 14.11? Thanks!!


  2. #2
    Forum Contributor
    Join Date
    11-29-2005
    Posts
    142
    =roundup(A1,2)

    where A1 contains the original.

  3. #3
    Peo Sjoblom
    Guest

    Re: Rounding Up Decimals

    =CEILING(14.102,0.01)


    --

    Regards,

    Peo Sjoblom

    "Lilbit" <[email protected]> wrote in message
    news:[email protected]...
    > How do I get 14.102 to say 14.11? Thanks!!
    >




  4. #4
    Lilbit
    Guest

    Re: Rounding Up Decimals

    Thanks to you both; however, I think I neglected to provide enough
    information. I have a formula (=sum(G40/G44)) where the answer is 4.102.
    I need the answer to come to 4.11. Thanks for your help!!


  5. #5
    Lilbit
    Guest

    Re: Rounding Up Decimals

    Thanks to you both; however, I think I neglected to provide enough
    information. I have a formula (=sum(G40/G44)) where the answer is 4.102.
    I need the answer to come to 4.11. Thanks for your help!!


  6. #6
    Peo Sjoblom
    Guest

    Re: Rounding Up Decimals

    =CEILING(G40/G44,0.01)

    --

    Regards,

    Peo Sjoblom

    "Lilbit" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks to you both; however, I think I neglected to provide enough
    > information. I have a formula (=sum(G40/G44)) where the answer is 4.102.
    > I need the answer to come to 4.11. Thanks for your help!!
    >




  7. #7
    Lilbit
    Guest

    Re: Rounding Up Decimals

    Thanks for the updated formula. However, I don't know what I'm doing
    wrong, but I'm coming up with 15.00%, not 14.11%.


  8. #8
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,827
    With the addition of the percent format, you have to think of your number as having two additional decimal places (14.102%=0.14102) and roundup(value,4) or ceiling(value,0.0001)

  9. #9
    Lilbit
    Guest

    Re: Rounding Up Decimals

    Thank you, Thank you, Thank you!!


+ 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