ReferenceExcel FormulasSupported FormulasEVENOn this pageEVEN The EVEN function rounds a number up to the nearest even integer. Syntax =EVEN(number) Parameters number: The number to round up to the nearest even integer Examples =EVEN(3) // Returns 4=EVEN(2) // Returns 2=EVEN(-3) // Returns -4