[PDF]This document explains Not logical function in excel (http://gyansangrah.com/gyansangrah/article/not_logical_function_excel)
Please sign in to contact this author
Imparting knowledge
Gyan Sangrah
Not logical function in excel
In this article, we will discuss Not logical function in excel.
Purpose
Returns the reverse logical value of its argument. Consider the following statement
If (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.