- Statistical Functions
- Math & Trignometric Functions
- Lookup & Reference Functions
- Advanced Excel Functions - Logical
- Information Functions
- Financial Functions
- Engineering Functions
- Date & Time Functions
- Database Functions
- Advanced Excel Functions - Cube
- Compatibility Functions
- Advanced Excel Functions - Home
Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Advanced Excel - Logical Functions
Logical functions include the boolean operators and conditional tests, which will be an essential part of many working spreadsheets.
Logical Functions
The following table psts all the Logical functions −
S.No. | Function and Description |
---|---|
1 | Returns TRUE if all its arguments are TRUE. |
2 | Returns the logical value FALSE. |
3 | Specifies a logical test to perform. |
4 | Returns a different result if the first argument evaluates to an error. |
5 | Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression. |
6 | Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition. |
7 | Reverses the logic of its argument. |
8 | Returns TRUE if any argument is TRUE. |
9 | Evaluates an expression against a pst of values and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned. |
10 | Returns the logical value TRUE. |
11 | Returns a logical exclusive OR of all arguments. |