ROUNDUP function

Category: Math and trigonometry
Introduced: Excel 2003

Summary

Rounds a number up, away from zero

Syntax

ROUNDUP(number, num_digits) The ROUNDUP function syntax has the following arguments:
• Number Required. Any real number that you want rounded up.
• Num_digits Required. The number of digits to which you want to round number.

Example

=ROUNDUP(3.2,0)
=ROUNDUP(76.9,0)
=ROUNDUP(3.14159, 3)
=ROUNDUP(-3.14159, 1)
=ROUNDUP(31415.92654, -2)

Microsoft Support Page

https://support.microsoft.com/en-us/office/roundup-function-f8bc9b23-e795-47db-8703-db171d0c42a7

Back to Functions