Skip to content
Excel

ISEVEN function in Excel

Returns TRUE if the number is even

=ISEVEN(number)

ISEVEN syntax and parameters

One argument, one required.

  • numbernumberRequired

    The value to test. If number is not an integer, it is truncated.

ISEVEN examples

Formulas you'll actually reuse.

  1. Is the row's ID number even?

    =ISEVEN(B2)

    ResultTRUE

  2. Total for the even-numbered orders only:

    =SUMPRODUCT(--ISEVEN(B2:B200), C2:C200)

    Result74100

ISEVEN in Google Sheets

Same name — your formula ports as-is.

Try ISEVEN in the playground

Edit the example — nothing to install.

Preloaded with the ISEVEN formula from Example 1 — change anything and watch it respond.

Loading the editor…