Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ISODD checks whether a number is odd, returning TRUE when dividing by 2 leaves a remainder of 1. Like ISEVEN, it truncates decimals before evaluating. Use it for alternate row shading, grouping records, or any logic that depends on whether a sequential number is odd.
=ISODD(A2)=ISODD(A2)Computed by a real spreadsheet engine on the sample data below.
| Number | IsOdd? |
| 3 | TRUE |
| 8 | FALSE |
| 11 | TRUE |
=ISODD(A2)→TRUE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Separate my list into odd and even numbered items using a formula”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: