EVEN

The EVEN function rounds a number away from 0 to the next even number.

EVEN(num-to-round)

num-to-round: The number value to be rounded.

Examples

=EVEN(1) returns 2, the nearest even number going away from 0.

=EVEN(2) returns 2, because 2 is an even number.

=EVEN(2.5) returns 4, the nearest even number going away from 0.

=EVEN(-2.5) returns -4, the nearest even number going away from 0.

=EVEN(0) returns 0, because 0 is considered to be an even number.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.
Helpful?
Character limit: 250
Maximum character limit is 250.
Thanks for your feedback.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.