Owner manual

Related Topics
For related functions and additional information, see:
“IFERROR” on page 15 9
ISBLANK on page 160
Listing of Logical and Information Functions on page 15 5
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:
“ISODD” on page 163
Listing of Logical and Information Functions on page 15 5
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