SheetRocks
Documentation/Formulas/ISODD

ISODD

Returns TRUE if the number is odd, FALSE if even

Syntax

ISODD(number)

Arguments

Argument Description Required
number The number to test for oddness Required

Examples

Test if 3 is odd

=ISODD(3)
Result ⇒ true

Test if 4 is odd

=ISODD(4)
Result ⇒ false

Use with ROW function

=ISODD(ROW())
Result ⇒ true

Related Functions

Other Logical functions:


← Back to Formula Reference