Even() Function

The Excel EVEN function returns the next even integer after rounding a given number up. The EVEN function always rounds numbers up (away from zero) so positive numbers become larger and negative numbers become smaller (i.e. more negative).

Syntax

The syntax for the EVEN function in Microsoft Excel is:

=EVEN( number )

Parameters or Arguments

number

A numeric value to round up to the nearest even integer.

Even Function Examples

The following spreadsheet shows several examples of the Excel Even function:

Formulas:

Results:

The above examples show how the Even function always rounds away from zero. I.e. If the supplied number is positive, it is rounded up (more positive), but if the supplied number is negative, it is rounded down (more negative).