Articles → EXCEL FORMULA → Not Logical Function In ExcelNot Logical Function In ExcelIn this article, we will discuss Not logical function in excel.Purpose Returns the reverse logical value of its argument. Consider the following statementIf(A1 <> 18)If the value of cell A1 is 18 then the above statement will return false else true. If we use NOT function, then return value is opposite.Syntax NOT(logical)Example Consider an example where we want to check if a person is eligible for the vote or not.Click to EnlargeClick to EnlargePosted By - Karan Gupta Posted On - Monday, October 29, 2018 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
If(A1 <> 18)
NOT(logical)
Query/Feedback