# MROUND

The MROUND function rounds a number to the nearest multiple of a specified value. It adjusts the input number up or down to the closest multiple based on the given significance. This function is commonly used in financial calculations, pricing, and quantity adjustments where values must align with defined increments.

### Syntax

```javascript
MROUND(value, multiple)
```

### Arguments

value - The number to be rounded (Required).

multiple - The multiple to which you want to round (Optional).

### Example

```javascript
MROUND(COLUMN1, 2)
```

In the example below, the *MROUND* measure is created using the **MROUND** function, which rounds the *Sum of Quantity* values to the nearest specified multiple (2).

<figure><img src="/files/J5Yp78Ys9BcHgd3xEGUe" alt=""><figcaption><p>Applying MROUND Function </p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/formula-syntax/math-functions/mround.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
