Translations:Documentation/Calc Functions/ROUND/19/en

    From The Document Foundation Wiki
    Formula Description Returns
    =ROUND(2.348;2) rounds 2.348 to 2 decimal places 2.35
    =ROUND(-32.4834;3) rounds -32.4834 to 3 decimal places -32.483
    =ROUND(2.348;0) give integer part of 2.348 2
    =ROUND(2.5) rounds 2.5 to nearest integer 3
    =ROUND(987.65;-2) rounds 987.65 to 2 places before decimal point 1000