Rounds a number up to the nearest even integer.
תחביר
EVEN(number)ארגומנטים
numberחובה
The value you want to round.
The EVEN function rounds a positive number up and a negative number down to the nearest even integer. If the number is already an even integer, no rounding occurs.
=EVEN(1.5)→2Rounds 1.5 up to the nearest even integer, which is 2.
=EVEN(-3)→-4Rounds -3 away from zero to the nearest even integer, which is -4.
Select a cell
Click on the cell where you want to display the result.
Enter the formula
Type =EVEN( followed by the number or cell reference, then close the parenthesis.
Press Enter
Press the Enter key to calculate the rounded value.
No, it rounds away from zero to the next even integer.