
Using IF with AND, OR, and NOT functions in Excel
How to use the IF function (combined with the AND, OR, and NOT functions) in Excel to make logical comparisons between given values.
IF function - Microsoft Support
How to use the IF function in Excel to make logical comparisons between data values.
IF function – nested formulas and avoiding pitfalls
The Excel IF function statement allows you to make a logical comparison between a value and what you expect by testing for a condition and returning a result if True or False.
Create conditional formulas - Microsoft Support
Testing whether conditions are true or false and making logical comparisons between expressions are common to many tasks. You can use the AND, OR, NOT, and IF functions to create …
Logical functions (reference) - Microsoft Support
Important: The calculated results of formulas and some Excel worksheet functions may differ slightly between a Windows PC using x86 or x86-64 architecture and a Windows RT PC using …
AND function - Microsoft Support
By using the AND function as the logical_test argument of the IF function, you can test many different conditions instead of just one. ... The arguments must evaluate to logical values, such …
NOT function - Microsoft Support
For example, the IF function performs a logical test and then returns one value if the test evaluates to TRUE and another value if the test evaluates to FALSE. By using the NOT …
IFS function - Microsoft Support
If a logical_test argument is supplied without a corresponding value_if_true, this function shows a "You've entered too few arguments for this function" error message. If a logical_test argument …
Using IF to check if a cell is blank - Microsoft Support
Sometimes you need to check if a cell is blank, generally because you might not want a formula to display a result without input.
OR function - Microsoft Support
One common use for the OR function is to expand the usefulness of other functions that perform logical tests. For example, the IF function performs a logical test and then returns one value if …