AIBA Lab Final
AIBA Lab Final
4 David 35 4800 26 IT
7 Grace 24 4900 12 IT
a. Add Bonus and Total Salary columns to the right of the “Department” column.
b. Use the following logic to calculate the Bonus:
i. If the Sales is greater than 25, the bonus will be 1000.
ii. If the Sales is greater than 15 but less than or equal to 25, the bonus will be 700.
iii. Otherwise, the bonus will be 0.
Write a formula to fill the Bonus column.
2. Calculate Total Salary: Add a formula to calculate the Total Salary, which is the sum of Salary
and Bonus for each employee.
4. Bonus Distribution:
a. Count how many employees received a bonus of 1000.
b. Count how many employees received a bonus of 700.
c. Count how many employees received a bonus of 0.