EVEN


Description Rounds the specified number up to the nearest even integer.

Syntax EVEN ( number )
Argument Description
number Any number, a formula that evaluates to a number, or a reference to a cell that contains a number.

Examples This function returns 4:

EVEN(2.5)

This function returns 2032:

EVEN(2030.45)

See Also CEILING, FLOOR, INT, ODD, ROUND, TRUNC