Iseven, 162 iseven – Apple iWork '09 User Manual
Page 162

Related Topics
For related functions and additional information, see:
“Listing of Logical and Information Functions” on page 155
“Value Types” on page 36
“The Elements of Formulas” on page 15
“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26
“Pasting from Examples in Help” on page 41
ISEVEN
The ISEVEN function returns TRUE if the given number is even (leaves no remainder
when divided by 2); otherwise it returns FALSE.
ISEVEN(num)
Â
num: A number. num is a number value.
Usage Notes
If
Â
num is text, the function returns an error. If num is the Boolean TRUE (value of 1),
the function returns FALSE. If num is the Boolean FALSE (value of 0), the function
returns TRUE.
Examples
=ISEVEN(2) returns TRUE.
=ISEVEN(2.75) returns TRUE.
=ISEVEN(3) returns FALSE.
Related Topics
For related functions and additional information, see:
“Listing of Logical and Information Functions” on page 155
“Value Types” on page 36
“The Elements of Formulas” on page 15
“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26
“Pasting from Examples in Help” on page 41
162
Chapter 7
Logical and Information Functions