PrecisionCalc
xl
Precision
Get Your Numbers Right
xlpISEVEN
Determines whether a number is even, with up to 32,767 significant digits of precision. Returns TRUE if number is even; returns FALSE if it is odd. Returns #NUM! if input cannot be resolved to a valid number.
Syntax
xlpISEVEN(num)
num | Required. The number to determine whether it is even. Truncated if not an integer. |
Remarks
num can accept both numbers and text.
num can accept text formatted with the local currency symbol and thousands separators, and negatives can be formatted with either a leading hyphen or parentheses.
num can accept text up to 32,767 characters long.
If any xlPrecision edition other than the 32,767 SD edition is being used, number1 and number2 are rounded down to the maximum number of significant digits allowed by the edition in use.
Examples
Formula | Description | Result |
=xlpISEVEN(3) | Determines whether 3 is even | FALSE |
=xlpISEVEN(-2.3) | Truncates -2.3 to -2, and determines whether it is even | TRUE |
See Also