EVEN
Name
Even
Description
Rounds the specified value up to the nearest even integer.
Syntax
EVEN(value)
Remarks
Regardless of the sign of the number specified by the value argument, the number is rounded away from zero.
See also CEILING, FLOOR, INT, ODD, ROUND, ROUNDDOWN, ROUNDUP, and TRUNC.
Data Type
Accepts numeric data. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
EVEN(R1C2)
EVEN(A3)
EVEN(5)=6
EVEN(-2.5)=-4