ISODD
Numerical Information Functions
Basic Description
The Excel Isodd function tests if an initial supplied number (or expression) evaluates to an odd number, and if so, returns TRUE; Otherwise, the function returns FALSE.
The syntax of the function is:
ISODD( number )
Where the supplied 'number' argument is either a simple number, a formula that returns a numeric value, or a reference to a cell that contains a number.
Isodd Function Examples
The spreadsheets below show examples of the Excel Isodd function. The formulas are displayed in the spreadsheet on the left and the results are shown in the spreadsheet on the right:
Formulas:
|
Results:
|
Isodd Function Error
If you get an error from the Excel Isodd function, this is likely to be the #VALUE! error:
Common Error
#VALUE! | - | Occurs if the supplied number argument is non-numeric |