I hope you do enjoy this free blog. I only ask one thing from you in return, click in one of the ads

Thursday 15 January 2015

NOT function

Category: Logical functions


What does this function do?


Evaluates the opposite of the indicated condition.


Syntax:


NOT(logical)


Logical (required): Expression or value that is to be evaluated as FALSE or TRUE.




Examples:


= NOT(2> 1) = FALSE

= NOT(2 <1) = TRUE

No comments:

Post a Comment