FormulaCraft

ISODD

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.

Excel
=ISODD(A2)
Google Sheets
=ISODD(A2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

NumberIsOdd?
3TRUE
8FALSE
11TRUE

=ISODD(A2)TRUE

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1Supply a number or cell reference to ISODD (e.g., =ISODD(A2)).
  2. 2It returns TRUE for odd numbers (1, 3, 5, …) and FALSE for even numbers including 0.
  3. 3Pair with IF or conditional formatting rules to apply different styling or logic to odd versus even rows.

Need a version for your data?

Try: “Separate my list into odd and even numbered items using a formula

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: