For the complete documentation index, see llms.txt. This page is also available as Markdown.

EVEN

The EVEN function rounds off an input number and returns the nearest higher even number. Cell references are also accepted as arguments.

Syntax

Copy

even(value)

Arguments

value - The input number to be rounded off.

Example

Copy

EVEN(40193)

Returns 40194.

Last updated

Was this helpful?