EVEN |
EVEN(number) |
Returns the number rounded to the nearest even integer. |
number | The number you want to round up or down. |
REMARKS |
* Positive numbers are rounded up. * Negative numbers are rounded down. * If "number" is an even integer, then no rounding takes place. * If "number" is not numeric, then #VALUE! is returned. * You can use the ROUND function to round to a specified number of digits. * You can use the ODD function to round up to the nearest odd number. * You can use the ISEVEN function to return the boolean True or False depending if the value is an even number. * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top