Logical Functions in Excel Tccicomputercoaching.com
These functions include the Boolean operators and conditional tests. The functions have been grouped into categories, to help you to find the function you need. Each function name links to a full description of the function, with examples of use.
Excel Logical Functions List Boolean Operator Functions AND
Tests a number of user-defined conditions and returns TRUE if ALL of the conditions evaluate to TRUE, orFALSE otherwise
OR
Tests a number of user-defined conditions and returns TRUE if ANY of the conditions evaluate to TRUE, orFALSE otherwise
XOR
Returns a logical Exclusive arguments (New in Excel 2013)
NOT
Returns a logical value that is the opposite of a user supplied logical value or expression (ie. returns FALSE is the supplied argument is TRUE and returns TRUE if the supplied argument is FALSE)
Or
of
all
Conditional Functions IF
Tests a user-defined condition and returns one result if the condition is TRUE, and another result if the condition is FALSE
IFERROR Tests if an initial supplied value (or expression) returns an error, and if so, returns a supplied value; Otherwise the function returns the initial value. (New in