In this chapter, we will look at some of the logical functions provided by Excel. Logical functions evaluate a condition and return TRUE or FALSE depending on the result.
Let us look at some of the most commonly used logical functions of Excel.
IF Function
The IF function is used to evaluate a condition and return one value if the condition is true and another value if the condition is false.
Syntax
The first argument is the condition to be evaluated.
The second argument is the value that is returned ...