ISEVEN Function - Excel


Overview


The ISEVEN function in Excel is a useful tool for checking if a given number is an even number. The function will return a TRUE value if the specified number is even and it will return a FALSE value if the specified number is not even.

An example of the ISEVEN function in Excel

Example:

=ISEVEN(4)

Syntax:

=ISEVEN(number)

number: This is the numeric value or reference to the cell containing the number you want to check.


TRUE Example


In this example, the ISEVEN function gives us a TRUE value result because C2 equals 4 and that number is an even number.

An example of the ISEVEN function in Excel with a TRUE value output

FALSE Example


In this example, the ISEVEN function gives us a FALSE value result because C2 equals 3 and that number is not an even number.

An example of the ISEVEN function in Excel with a FALSE value output

Interactive GSheet