Skip to Content

ISODD

Returns TRUE if the number is odd

Syntax

ISODD(number)

Parameters

  • number: Required. The value to test. If number is not an integer, it is truncated

Example

=ISODD(5)
Returns: BooleanSince: Excel 2003