EXCEL ISODD FUNCTION

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:

  • number – the numeric value to test, which is truncated if it is not an integer.

Step By Step Guide of ISODD Function

Example:

If value is an odd integer or a reference to a cell holding an odd integer, ISODD returns TRUE; otherwise, it returns FALSE.

  • In conditional statements, this function is most commonly used in combination with IF.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now