ISODD
Checks, if given value is an odd number.
Syntax
=ISODD(Value)
Arguments
Name | Type | Description |
---|---|---|
Value | Number | Value to check. |
Return
Type | Description |
---|---|
Boolean | TRUE if value is an odd number, otherwise FALSE. |
Examples
Formula | Result | Comment |
---|---|---|
| TRUE | Three is a odd number. |