Introduction:-
ISEVEN function in excel is an information function. It is used to find out whether cells contain a numeric value which is even. It returns TRUE if cell contains an even value otherwise returns FALSE. It is a worksheet function and can be entered in the cell in which value is required.
Syntax:-
=ISEVEN(VALUE)
Arguments:-
- Value: It is the value which will be tested. It can be in form of an empty cell, an error, number, text, logical value etc.
Keynotes:-
- Values of the arguments in ISEVEN function are not converted.
- This function can be used with functions like IF function, testing outcomes, locating errors etc.
Examples
In this example, various numeric values are entered in column B with some of them even and some odd and ISEVEN function is used to find out which of them have even values and which of them do not.
