Documentation/Calc Functions/ISODD
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Function name:
ISODD
Category:
Information
Summary:
Returns TRUE if the value is odd, or FALSE if the number is even.
Syntax:
ISODD(value)
Returns:
Arguments:
Value is the value to be checked.
If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored.
Additional details:
Examples:
=ISODD(33) returns TRUE
=ISODD(48) returns FALSE
=ISODD(3.999) returns TRUE
=ISODD(-3.1) returns TRUE