> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/math-functions/roundup.md).

# RoundUp

Rounds a number up

```mathematica
RoundUp(28.2) → 29
RoundUp(28.22, 1) → 28.3
```

#### **Inputs**

`RoundUp(number, [places])`

* `number` - A number to round up
* `[places]` -  **\[optional**: `0` by default\*\*] -\*\* The number of decimal places to round to.
