top of page
NOT function
Description
This NOT function returns the opposite of a given logical or boolean value. When given TRUE, NOT return FALSE. When given FALSE, NOT returns TRUE. Use the NOT function to reverse the logic.
Objective
Reverse logic.
Syntax
=NOT(logical)
Arguments
logical - value or logical expression TRUE or FALSE
bottom of page