Spreadsheet.com Support Functions Information functions ISODD Returns TRUE if the given number is odd, or FALSE if the number is even. Sample Usage ISODD(5) ISODD(C5) Syntax ISODD(number) number - The number to be checked. Examples ISODD(5) returns TRUE.ISODD(C5) returns TRUE if the value in C5 is odd.