Description Usage Arguments Value Examples
It acts similiarly to Excel's ISEVEN function. If the specified number is even then it returns true, if not then false.
1 | ISEVEN(number)
|
number |
Input the number for it to evaluate if it is even? |
First example returns true as it is an even number 2, second example returns false as it isn't an even number. Function will always return logical class.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.