On this pageISODD Use the ISODD function check if a number value is odd. Use ISODD( value ) Returns TRUE if the number is odd. ParameterRequiredDescriptionvalueYesany number value to test ReturnsLogical Examples ISODD( 3 ) returns TRUE ISODD( 2 ) returns FALSE