This function determines if a value is odd or even, returning TRUE when the value is odd and FALSE when the value is even. =ISODD(A1), for example, returns TRUE if A1 includes the number 7, and FALSE if A1 contains the number 6. The value is usually given as a cell address.
Syntax:
=ISODD (number)
Parameter list:
Example:
If value is an odd integer or a reference to a cell holding an odd integer, ISODD returns TRUE; otherwise, it returns FALSE.
Ask Your Query