# EVEN

The EVEN function rounds off an input number and returns the nearest higher even number. Cell references are also accepted as arguments.

### Syntax <a href="#syntax" id="syntax"></a>

Copy

```excel-formula
even(value)
```

### Arguments <a href="#arguments" id="arguments"></a>

value - The input number to be rounded off.

### Example <a href="#example" id="example"></a>

Copy

```excel-formula
EVEN(40193)
```

Returns 40194.
