FormulaCraft

EVEN

EVEN rounds a number away from zero to the nearest even integer. It is useful in manufacturing or logistics scenarios where items must be packed or grouped in pairs.

Excel
=EVEN(3)
Google Sheets
=EVEN(3)

Verified example

Computed by a real spreadsheet engine on the sample data below.

ValueRounded Even
1=EVEN(1)
3=EVEN(3)
4=EVEN(4)
-3=EVEN(-3)

=EVEN(3)4

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1Supply the number you want to round: =EVEN(number).
  2. 2EVEN always rounds away from zero to the nearest even integer (e.g., 3 → 4, -3 → -4).
  3. 3Use the result wherever an even quantity is required.

Need a version for your data?

Try: “Round each quantity up to the nearest even number for pair packaging

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: