# EVEN

The **EVEN** function rounds a number up to the nearest even integer. If the input number is already an even number, it remains unchanged. The function accepts numeric values as well as cell references as arguments. It is commonly used in calculations where results must conform to even-number requirements, such as packaging quantities, batch sizes, or standardized increments.

### Syntax

```javascript
EVEN(value)
```

### Arguments

value - The input number to be rounded off (Required).

### Example

```javascript
EVEN(Column)
```

In the example below, the *Even* measure is created using the **EVEN** function, which returns the nearest even integer of the values in *MEASURE 2*.

<figure><img src="/files/1Rfgqyi6oVvEFaLrQvul" alt=""><figcaption><p>Applying EVEN function</p></figcaption></figure>

### Excel equivalent

[EVEN](https://support.microsoft.com/en-us/office/even-function-197b5f06-c795-4c1e-8696-3c3b8a646cf9)


---

# 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/even.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.
