EVEN function

Category: Math and trigonometry
Introduced: Excel 2003

Summary

Rounds a number up to the nearest even integer

Syntax

EVEN(number) The EVEN function syntax has the following arguments:
• Number Required. The value to round.

Example

=EVEN(1.5)
=EVEN(3)
=EVEN(2)
=EVEN(-1)

Microsoft Support Page

https://support.microsoft.com/en-us/office/even-function-197b5f06-c795-4c1e-8696-3c3b8a646cf9

Back to Functions