ISEVEN

The ISEVEN function returns the boolean value TRUE if the given number is even (leaves no remainder when divided by 2); otherwise it returns the boolean value FALSE.

ISEVEN(num)

num: A number value or boolean value. If num is the boolean value TRUE (value of 1), the function returns FALSE. If num is the boolean value FALSE (value of 0), the function returns TRUE.

Examples

=ISEVEN(2) returns TRUE.

=ISEVEN(2.75) returns TRUE. The decimal portion is ignored.

=ISEVEN(3) returns FALSE.

See alsoISODD
Morty Proxy This is a proxified and sanitized view of the page, visit original site.
Naudingas?
Ženklų limitas: 250
Didžiausias ženklų limitas yra 250.
Dėkojame už atsiliepimą.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.