EVEN
Definition of EVEN
Rounds a number up to the nearest even integer.
Sample Usage
EVEN(3)
EVEN(-0.6)
EVEN(A2)
Syntax
EVEN(value)
value
- The value to round to the next greatest even number.- If
value
is negative, it will be rounded down to the next negative even number with greater absolute value.
- If
See Also
TRUNC
: Truncates a number to a certain number of significant digits by omitting less significant digits.
ROUNDUP
: Rounds a number to a certain number of decimal places, always rounding up to the next valid increment.
ROUNDDOWN
: Rounds a number to a certain number of decimal places, always rounding down to the next valid increment.
ROUND
: Rounds a number to a certain number of decimal places according to standard rules.
ODD
: Rounds a number up to the nearest odd integer.
MROUND
: Rounds one number to the nearest integer multiple of another.
INT
: Rounds a number down to the nearest integer that is less than or equal to it.
FLOOR
: Rounds a number down to the nearest integer multiple of specified significance.
CEILING
: Rounds a number up to the nearest integer multiple of specified significance.
In order to use the EVEN formula, start with your edited Excellentable
Then type in the EVEN Formula in the area you would like to display the outcome:
Type in the complete EVEN formula for a cell as shown below:
Excellentable will generate the outcome when hitting enter.
A
|
B
|
C
|
|
---|---|---|---|
1
|
|||
2
|
|||
3
|
|||
4
|
|||
5
|
|||
6
|
|||
7
|
|||
8
|
|||
9
|
|||
10
|
|||
11
|
|||
12
|
|||
13
|
|||
14
|
|||
15
|
D
|
E
|
F
|
|
---|---|---|---|
1
|