EXCEL EVEN FUNCTION

This function returns an even integer after rounding a value up to the nearest even integer.

Syntax:

=EVEN (number)

Parameter list:

number – the number that will be rounded up to the nearest even integer.

Step By Step Guide of EVEN Function

For Example :

=EVEN(12.3) , returns nearest round up even number 14.

=EVEN(21.2), returns nearest round up even number 22 and so on.

  • EVEN returns the #VALUE! error value if number is nonnumeric.

  • Negative numbers are rounded “up” away from zero, making them even more negative.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now