Google Sheets
ISEVEN function in Google Sheets
Checks whether the provided value is even.
=ISEVEN(value)ISEVEN syntax and parameters
One argument, one required.
- valuenumberRequired
The value to be verified as even. ISEVEN returns TRUE if value is an even integer or a reference to a cell containing an even integer, and FALSE otherwise.
ISEVEN examples
Formulas you'll actually reuse.
Is the row's ID number even?
=ISEVEN(B2)Result
TRUETotal for the even-numbered orders only:
=SUMPRODUCT(--ISEVEN(B2:B200), C2:C200)Result
74100
ISEVEN in Excel
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…
Related functions
More ways Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel