Returns the specified number rounded up to the nearest even integer.
Syntax Copy Code |
---|
EVEN( Number n ) → Number |
Returns the even integer whose sign is the same as the sign of n and whose absolute value is greater than or equal to the absolute value of n.
Formula Copy Code |
---|
=EVEN(3) |
Function Reference
CEILING Function
FLOOR Function
INT Function
ISEVEN Function
ISODD Function
ODD Function
ROUND Function
TRUNC Function
JSpreadsheet Programmer's Guide | © 2024 MindFusion |