EXERCISE TOPIC▼
EXCEL EXERCISES▼
EXCEL EXERCISES▼
- Excel basics (1)
- Creating formulae (5)
- Formatting worksheets (9)
- Basic printing (8)
- Charts (10)
- Absolute references (9)
- Range names (13)
- Conditional formulae (17)
- Conditional formatting (7)
- Basic tables (6)
- Formatting numbers and dates (3)
- Working with dates (1)
- Data validation (6)
- Protection (1)
- Advanced IFs (6)
- Lookup functions (14)
- Advanced lookup functions (9)
- Text functions (1)
- Advanced charts (4)
- Multiple worksheets (1)
- Advanced tables (2)
- Pivot tables (3)
- Advanced pivot tables (3)
- Scenarios (2)
- Data tables (2)
- Array formulae (2)
- Building models (2)
- Masking (2)
- Cashflow calculations (1)
- Investment appraisal (1)
Excel | Advanced IFs exercise | Interest Rates - Single IF
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
You can learn how to do this exercise if you attend the course listed below!
Software ==> | Excel (151 exercises) |
Version ==> | Excel 2016 and later |
Topic ==> | Advanced IFs (6 exercises) |
Level ==> | Average difficulty |
Course ==> | Excel Advanced |
You need a minimum screen resolution of about 700 pixels width to see our exercises. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Open the file contained within the folder name shown above.

We want to use an IF to calculate the Interest Earned
In cell B2, create an IF Function to calculate the interest earned. Use this to help you:
- If the balance >= 85000 then the interest rate is 7.5%
- If the balance is lower, the interest rate is 5%
Remember the structure of the IF function is:
=IF ( CONDITION, ACTION IF TRUE, ACTION IF FALSE )
Copy your IF function down the rest of the column to calculate the other interest figures.
In cell C2, create an IF function to display a message to say which interest rate has been applied. Use this to help you:
- If the balance >= 85000, the message is High Rate
- If the balance is lower, the message is Low Rate

This time your IF function displays text messages
Copy your IF function down the rest of the column to calculate the other messages.
Change the amounts for the threshold and high and low interest rates to check that your formulae are working correctly.
Use Save As... to save your file in your own new Excel work folder.