Manuals/calci/ISEVEN
Jump to navigation
Jump to search
Syntax
Examples
''''''' ''''
Description
This function displays 1 if number is even, or 0 if number is odd.
ISEVEN
Let's see an example
=ISEVEN(3) is 0
=ISEVEN(8) is 1
ISEVEN(N)
where N is the value to test.
Column1 | Column2 | Column3 | Column4 | |
Row1 | 3 | 0 | ||
Row2 | 8 | 1 | ||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |