Checks whether the specified number is odd.
Syntax
Copy Code
|
|---|
ISODD( Integer n ) → Logical |
If n is an odd number, returns TRUE; otherwise, FALSE. If n is not an integer, it is automatically truncated.
Formula
Copy Code
|
|---|
=ISODD(2.5) |
Function Reference
EVEN Function
ISEVEN Function
ODD Function