EVEN Function

Excel 2007+

Summary

The Excel EVEN function rounds a number up to the nearest even integer. It's particularly useful for calculations involving pairs or twos, such as packaging, inventory management, or any scenario where items must be grouped in even quantities.

Syntax

EVEN(number)

Parameters

Parameter Type Required Description
number Number Yes Numeric value to be rounded. Can be positive, negative, integer, or decimal.

Using the EVEN Function

EVEN is ideal for scenarios requiring even quantities. Use it for packing items in pairs, calculating even page counts, or ensuring even distribution in manufacturing processes. The function always rounds away from zero to the next even number.

Common EVEN Examples

Basic Rounding Examples

=EVEN(1.5)

Rounds 1.5 up to the nearest even integer (2)

Integer Rounding

=EVEN(3)

Rounds 3 up to 4 (next even integer)

Already Even

=EVEN(2)

Returns 2 unchanged since it's already even

Negative Numbers

=EVEN(-1)

Rounds -1 down to -2 (away from zero)

Frequently Asked Questions

EVEN returns the number unchanged if it's already an even integer.

Yes, it rounds negative numbers away from zero to the next even integer.

EVEN returns #VALUE! error for non-numeric inputs.

Common Errors and Solutions

#VALUE!

Cause: Non-numeric input provided

Solution: Ensure the number argument contains valid numeric data

#NAME?

Cause: EVEN misspelled or not recognized

Solution: Check spelling and Excel version (available since 2007)

Notes

  • Always rounds away from zero
  • Decimal values like 1.1 become 2
  • Perfect for pair-matching calculations
  • Use with ISEVEN to verify results

Compatibility

Available in: Excel 2007, Excel 2010, Excel 2013, Excel 2016, Excel 2019, Excel 2021, Microsoft 365

Not available in: Excel 2003 and earlier

Content last reviewed: December 11, 2025
Update frequency: As needed
Excel versions tested: Excel 2007+