ISEVEN (is an even number?)

Navigation:  Formulas and functions > Functions from A to Z >

ISEVEN (is an even number?)

Previous pageReturn to chapter overviewNext page

Syntax:

ISEVEN(Number)

Description:

This returns TRUE if the specified Number is even.

Note:

Number should be an integer. If this is not the case, Calculate automatically removes the decimal places.

Example:

ISEVEN(2) returns TRUE

ISEVEN(2.75) returns TRUE

ISEVEN(3) returns FALSE

ISEVEN(3.75) returns FALSE

See also:

ISODD