Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ISEVEN determines whether a number is even by checking that dividing it by 2 leaves no remainder; it truncates any decimal portion before evaluating. Common uses include alternating row shading, splitting lists into two groups, or validating ID numbering schemes.
=ISEVEN(A2)=ISEVEN(A2)Computed by a real spreadsheet engine on the sample data below.
| Number | IsEven? |
| 4 | TRUE |
| 7 | FALSE |
| 10 | TRUE |
=ISEVEN(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: “Highlight every even-numbered row in my table using conditional formatting”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: