> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# CEILING

> The CEILING function rounds a number up to the nearest integer or to the nearest multiple of a specified base. It is supported in YiDA scenarios such as forms, workflow design, and integration & automation.

Use this function when you need to round numeric values up to a whole number or to a specific multiple within a YiDA form, workflow, or automation.

## Supported Product Scenarios

The CEILING function is supported in the following YiDA scenarios.

* Form (main-table field)
* Form (business association rule)
* Form (validation)
* Workflow design (validation rule)
* Workflow design (association action)
* Integration & automation
* Workflow node
* Connector

## Format

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
CEILING(number,significance)
```

## Attribute Description

| Attribute    | Required | Description                          |
| ------------ | -------- | ------------------------------------ |
| number       | Yes      | Number type. The number to round up. |
| significance | Yes      | The specified base (multiple).       |

## Return Value

| Return value type | Description        |
| ----------------- | ------------------ |
| Numerical         | The rounded value. |

## Usage Example

As shown below, use the `CEILING()` function to round a number up.

## Try It

Round up (away from zero) to the nearest multiple of the specified base of 3.
