Sponsored Link
Purpose
Round a number up to the next even integer
Return value
An even integer.
Syntax
=EVEN (number)
Arguments
- number – The number to round up to an even integer.
Usage notes
The EVEN function always rounds up to the next even integer, skipping odd integers along the way. Note that negative numbers are rounded “up” away from zero, so they actually become more negative.