ISODD (is an odd number?)

Navigation:  Formulas and functions > Functions from A to Z >

ISODD (is an odd number?)

Previous pageReturn to chapter overviewNext page

Syntax:

ISODD(Number)

Description:

This returns TRUE if the specified Number is odd, FALSE if it is even.

Note:

Number should be an integer. If this is not the case, Calculate automatically removes the decimal places.

Example:

ISODD(1) returns TRUE

ISODD(1.75) returns TRUE

ISODD(2) returns FALSE

ISODD(2.75) returns FALSE

See also:

ISEVEN