ഈ കൺട്രോളിൽ മാറ്റം വരുത്തുന്നത് ഈ പേജ് ഒട്ടോമാറ്റിക്കായി അപ്ഡേറ്റ് ചെയ്യാനിടയാക്കും

NOT

The NOT function returns the opposite of the Boolean value of a specified expression.

NOT(any-expression)

any-expression: An expression to be tested. any-expression can contain anything as long as the expression evaluates to a Boolean value. If the expression evaluates to a number, 0 is considered to be FALSE, and any other number is considered to be TRUE.

Examples

=NOT(0) returns TRUE because 0 is interpreted as FALSE.

=OR(A9, NOT(A9)) always returns TRUE because either A9 or its opposite is always true.

=NOT(OR(FALSE, FALSE)) returns TRUE because neither argument of the logical OR is true.

See alsoANDIFOR
Morty Proxy This is a proxified and sanitized view of the page, visit original site.
സഹായകമായോ?
കാരക്റ്റർ പരിധി: 250
പരമാവധി കാരക്റ്റർ പരിധി 250 ആണ്.
നിങ്ങളുടെ ഫീഡ്ബാക്കിന് നന്ദി.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.