Tests a given condition and returns one value for a TRUE result, and another for a FALSE result
The Excel IF Statement tests a given condition and returns one value for a TRUE result and another value for a FALSE result. For example, if sales total more than $5,000, then return a “Yes” for Bonus; otherwise, return a “No” for Bonus. We can also use the IF function to evaluate a single function, or we can include several IF functions in one formula. Multiple IF statements in Excel are known as nested IF statements.
As a financial analyst, the IF function is used often to evaluate and analyze data by evaluating specific conditions.
The function can be used to evaluate text, values, and even errors. It is not limited to only checking if one thing is equal to another and returning a single result. We can also use mathematical operators and perform additional calculations, depending on our criteria. We can also nest multiple IF functions together to perform multiple comparisons.
=IF(logical_test, value_if_true, value_if_false)
The function uses the following arguments:
When using the IF function to construct a test, we can use the following logical operators:
To understand the uses of the Excel IF statement function, let’s consider a few examples:
Suppose we wish to do a very simple test. We want to test if the value in cell C2 is greater than or equal to the value in cell D2. If the argument is true, then we want to return some text stating “Yes it is”, and if it’s not true, then we want to display “No it isn’t”.
You can see exactly how the Excel IF statement works in the simple example below.
Result when true:
Result when false:
Suppose we wish to test a cell and ensure that an action is taken if the cell is not blank. We are given the data below:
In the worksheet above, we listed AGM-related tasks in Column B. Remarks contain the date of completion. In Column C, we will use a formula to check if the cells in Column D are empty or not. If a cell is blank, the formula will assign the status “Open.” However, if a cell contains a date, then the formula will assign a status of “Closed.” The formula used is:
We get the results below:
Sellers frequently provide a discount based on the quantity purchased. Suppose we are given the following data:
Using multiple IF functions, we can create a formula to check multiple conditions and perform different calculations depending on what amount range the specified quantity falls in. To calculate the total price for 100 items, the formula will be:
We get the result below:
There are many reasons why an analyst or anyone who uses Excel would want to build IF formulas.
Common examples include:
Thanks for reading CFI’s guide on how to use an Excel IF Statement. By taking the time to learn and master these functions, you’ll significantly speed up your financial analysis. To learn more, check out these additional CFI resources:
To master the art of Excel, check out CFI’s Excel Crash Course, which teaches you how to become an Excel power user. Learn the most important formulas, functions, and shortcuts to become confident in your financial analysis.
Launch CFI’s Excel Crash Course now to take your career to the next level and move up the ladder!