ReferenceExcel FormulasSupported FormulasNOTOn this pageNOT The NOT function reverses the logical value of its argument. Syntax =NOT(logical) Parameters logical: The value or expression that can be evaluated to TRUE or FALSE Examples =NOT(TRUE) // Returns FALSE=NOT(FALSE) // Returns TRUE=NOT(5>3) // Returns FALSE