# Round

Rounding numeric data is important to ensure consistency and for readability. You would also need to round data to conform to industry standards.

Inforidge offers 3 options: Round, Round Up, and Round Down.

* Use **ROUND** for standard rounding needs
* The **ROUNDUP** function always rounds a number up, away from zero. Use ROUNDUP when you always need a higher estimate, such as in budgeting or safety margins.
* The **ROUNDDOWN** function always rounds a number down, toward zero. Use ROUNDDOWN for conservative estimates, like minimizing costs.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2Fy3zi9JGSuc6hzS1dL9rb%2Fimage.png?alt=media&#x26;token=2160cd32-8a96-48be-8cb1-c4fb3adc655e" alt=""><figcaption><p>ROUND functions in Infobridge</p></figcaption></figure>

Let's explore the ROUND options by applying them on the "Plan" measure.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FYOJQIiK0ROdP8f20wXab%2Fimage.png?alt=media&#x26;token=9b30b609-a68e-482f-bafb-1acf1866cfa1" alt=""><figcaption><p>Plan measure without rounding</p></figcaption></figure>

#### 1. ROUND

Example: 4584.**38** is rounded off to 4584.**40**.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FeTr6oMkPkowyNpHddFep%2Fimage.png?alt=media&#x26;token=877c070e-6f02-4b5a-978d-3b173ef02fc4" alt=""><figcaption><p>ROUND</p></figcaption></figure>

#### 2. ROUNDUP

Example: 458**4.38** is rounded up to 458**5.00.**

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FVJc3ZB5FFBiYIjkEATM9%2Fimage.png?alt=media&#x26;token=83e42d40-d6c4-441d-863a-92f72182bb1f" alt=""><figcaption><p>ROUNDUP</p></figcaption></figure>

#### 3. ROUNDDOWN

Example: 458**4.38** is rounded up to 458**4.00.**

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FF88ODHOSBDxhG8gXxJUB%2Fimage.png?alt=media&#x26;token=e0f4a941-4d75-489f-b8bb-2e10ba38a422" alt=""><figcaption><p>ROUND DOWN</p></figcaption></figure>
