Checks whether the specified number is odd.
ISODD( Integer n ) → Logical
If n is an odd number, returns TRUE; otherwise, FALSE. If n is not an integer, it is automatically truncated.
=ISODD(2.5)=ISODD(3)
Function ReferenceEVEN FunctionISEVEN FunctionODD Function