Excel
ROUNDUP function in Excel
Rounds a number up, away from zero
=ROUNDUP(number, num_digits)ROUNDUP syntax and parameters
Two arguments, two required.
- numbernumberRequired
Any real number that you want rounded up.
- num_digitsnumberRequired
The number of digits to which you want to round number.
ROUNDUP examples
Formulas you'll actually reuse.
Boxes needed for B2 items at 12 per box — always round up:
=ROUNDUP(B2 / 12, 0)Result
9A price rounded up to the next 10 cents:
=ROUNDUP(B2, 1)Result
23.8
ROUNDUP in Google Sheets
Same name — your formula ports as-is.
Try ROUNDUP in the playground
Edit the example — nothing to install.
Preloaded with the ROUNDUP formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets
- ACOSHReturns the inverse hyperbolic cosine of a numberMathGoogle Sheets
- ACOTReturns the arccotangent of a numberMathGoogle Sheets
- ACOTHReturns the hyperbolic arccotangent of a numberMathGoogle Sheets
- AGGREGATEReturns an aggregate in a list or databaseMathNo Google Sheets equivalent