Description
Excel ISEVEN Function is a conditional function that returns either TRUE or FALSE as result. Thus if the condition is met, Excel returns the TRUE result otherwise it returns the text FALSE.
Conditional functions play a major role in dynamic Excel modeling as these provide the opportunity to vary results if the particular scenario changes.
In ISEVEN if the referred cell contains an Even value, it means the condition is met and the TRUE result will be returned. Similarly, if the value in the referred cell is ZERO or odd number, Excel return will be FALSE.
Remember, if the referred cell is a text value ISEVEN will return a #VALUE error.
=ISEVEN(number)
The ISEVEN function’s syntax has the following argument:
- Number Required
The value is the cell reference that you want to test against the condition if the cell is text. The value argument can be a blank (empty cell), error, logical value, number, or reference value, etc.