ISODD
Returns TRUE if the number is odd.
InformationInformation & Auditing
What it does
Checks if a number is odd.
Syntax
ISODD(number)
Arguments
number(number) β Value to check.
Examples
Check Odd
Check 3.
FORMULA
=ISODD(3)
RESULT
true
SAMPLE DATA
| A | |
|---|---|
| 1 | Val |
| 2 | 3 |