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.
Полезна?
Ограничение на знаците: 250
Ограничението за знаци е 250.
Благодарим ви за обратната връзка.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.