logo
excelfunctions.org
bookmarks

EVEN

Rounds a number up to the nearest even integer.

Math & TrigonometryMath Basics

What it does

Rounds a number away from zero to the nearest even integer.

Syntax

EVEN(number)

Arguments

  • number(number) β€” Value to round.

Examples

Round to Even

Round 1.5 up to even.

FORMULA
=EVEN(1.5)
RESULT
2
SAMPLE DATA
A
1Value
21.5