EVEN

Description

With positive values the specified number is rounded up to the nearest even integer. Negative numbers are rounded down.

Syntax

EVEN ( number )

 

Parameter

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)

Also, see

CEILING

FLOOR

INT

ODD

ROUND

TRUNC