• Round down a value in a formula

    Author
    Topic
    #459814

    I have a calculation that I need the result to rounddown towards zero. Is there a way to add something to the formula to get this result?

    Viewing 2 reply threads
    Author
    Replies
    • #1160387

      Try the ROUNDDOWN function, for more details on that function see http://office.microsoft.com/en-us/excel/HP052092411033.aspx

    • #1160432

      I understand the round down function but I don’t know how to get it to display the correct value in the formula cell. for example, I create a formula to calculate a result from cell h29 times .035. The resulting value in cell k29 is 18798.75 but I want the formula to round down the calculation to 18798. Can that be done in one formula for cell k29?

      • #1160437

        Let’s say that you have the following formula in cell K29:

        =H29*0.035

        You can change this to

        =ROUNDDOWN(H29*0.035,0)

        or

        =TRUNC(H29*0.035)

    • #1160457

      Perfect—thank you Hans

    Viewing 2 reply threads
    Reply To: Round down a value in a formula

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: