Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Using Nested IF Statements | Advanced Excel Formulas and Functions
Excel for Beginners with Grid
Section 4. Chapter 3

Using Nested IF Statements

Swipe to show menu

Now that you're familiar with the basic IF function, it's time to take things up a notch with Nested IF statements.

Nested IFs allow you to perform multiple logical tests in a single formula, making your Excel sheets even more dynamic.

By learning how to layer multiple conditions, you'll be able to create more sophisticated and versatile formulas, improving the depth and accuracy of your data analysis.

Key Points

  • Structure nested IF statements to evaluate multiple conditions like this: =IF(condition1, value_if_true1, IF(condition2, value_if_true2));
  • Use nested IF statements for intricate decision-making in your spreadsheets;
  • Ensure each nested IF statement is correctly closed with the appropriate number of parentheses;
  • Apply nested IF statements to create multi-layered logical tests for more detailed analysis.
Task

Swipe to start coding

  1. Click on J34.

  2. Type:

=IF(J22>=90,"20%",IF(J22>=80,"15%",IF(J22>=70,"10%",IF(J22>=60,"5%","0%"))))

  1. Press Enter.

  2. Click and drag the fill handle from J34 across to L34.

  3. Click and drag the fill handle from J34:L34 down to J40:L40.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 4. Chapter 3

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt