Rounds up a given number to the next even integer, away from zero.
Syntax
Remarks
The EVEN function rounds up the given number away from zero, irrespective of the sign(+/-).
Examples
|
Formula |
Result |
|
=EVEN(2.33) |
4 |
|
=EVEN(0.18) |
2 |
|
=EVEN(-5.3) |
-6 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions