Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the EVEN function. |
Examples
Round up to even
=EVEN(3)
Already even
=EVEN(6)
Negative number
=EVEN(-3.5)
Common Errors
Non-numeric input like =EVEN("text") returns #VALUE!.
Tips
If you need to order items that come in pairs (shoes, gloves, bookends), =EVEN(quantity_needed) ensures you order an even number.
Use EVEN and ODD together to ensure values align to even or odd grids in engineering or layout calculations.
EVEN(1.1) returns 2, EVEN(-1.1) returns -2. It always increases the absolute value to the next even integer.
Try EVEN in Viztab
Import your data and use EVEN with 370+ other formulas. No signup required.
Open Viztab