ISODD Function Explained

The ISODD Function in Microsoft Excel returns TRUE if the number is odd, and FALSE if the number is even. It takes a single argument, which is a number.

ISODD Function Syntax

ISODD(number)

  • number: The number to be tested. It can be a number, a reference to a cell containing a numeric value, or a formula that evaluates to a number.