Returns TRUE if the given value is an odd number, and FALSE otherwise. Ignores decimal digits and negative signs.
Syntax
Examples
|
Formula |
Result |
|
=ISODD(1) |
TRUE |
|
=ISODD(A3) |
TRUE |
|
=ISODD(A4) |
FALSE |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions