ACTIVTIY 1 : IF FUNCTION : SALES COMMISSION
Uses single =IF to calculate sales commission
We want to calculate the commission for all the sales reps in Column C:
In cell C4 create an =IF function to calculate the commission. Use the following to help you:
If the sales in column B >= 30000, commission rate is 20%
If the sales are anything less, commission rate is 1%
Copy the commission rate formulae down column C to calculate commissions for all of the other reps.
Change your commission rate input cells in column F to check that your =IF function is working correctly:
The output must be look like this:
Use Save
As... to save the file in your own new Excel work folder.
EX: SAMULDE_ SALES COMMISSION
ACTIVTIY 2 : IF FUNCTION : PARKING
Calculate parking fees using an IF function
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.
We want to use an =IF function to calculate the parking charge.
In cell C4, create an =IF function to calculate the parking charge. Use the following to help you:
If the hours parked are less than or equal to 2 hours, display a message saying Free parking
If the hours are greater, the parking fee is Hours Parked * Parking Charge
Don't forget to create range names for the parking fee and the threshold, and to use these in your =IF formula.
Copy the =IF function down the rest of the column to calculate the other parking
fees
Change the threshold and the parking fee as shown below to check everything
works:
Note: When you change the input cells the parking fees should change.
Use Save As... to save the file in your own new Excel work folder.
EX: SAMULDE_PARKING ACTIVITY