Excel
ISODD function in Excel
Returns TRUE if the number is odd
=ISODD(value)ISODD syntax and parameters
One argument, one required.
- valueanyRequired
The value that you want tested. The value argument can be a blank (empty cell), error, logical value, text, number, or reference value, or a name referring to any of these.
ISODD examples
Formulas you'll actually reuse.
Is the row's ID number odd?
=ISODD(B2)Result
FALSEEvery other row for banding — pair with conditional formatting:
=IF(ISODD(ROW()), "shade", "")Result
"shade"
ISODD in Google Sheets
Same name — your formula ports as-is.
Try ISODD in the playground
Edit the example — nothing to install.
Preloaded with the ISODD formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- CELLReturns information about the formatting, location, or contents of a cellThis function is not available in Excel for the web.InfoGoogle Sheets
- ISEVENReturns TRUE if the number is evenInfoGoogle Sheets
- SHEETReturns the sheet number of the referenced sheetInfoGoogle Sheets
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets
- ACOSHReturns the inverse hyperbolic cosine of a numberMathGoogle Sheets