Author: Oscar Cronquist Article last updated on May 04, 2022

The EVEN function rounds a number up to the nearest even whole number.

An even number is a number that can be evenly divided into groups of two. An even number always ends with a digit of 0, 2, 4, 6, or 8.

Formula in cell C3:

=EVEN(B3)

Excel Function Syntax

EVEN(number)

Arguments

number The number you want to round to the nearest even integer.