NOT is the logical function that reverses the value of a specified argument. NOT returns the reversed logical value of its argument. I.e. If the argument is FALSE, then TRUE is returned and vice versa. The NOT function reverses the value of its argument. One common use for the NOT function is to expand the usefulness of other functions that perform logical tests.