Excel_Payroll_Practical_Exam
Excel_Payroll_Practical_Exam
Instructions:
- Create a new Excel workbook named `Payroll.xlsx`.
- Complete all tasks step by step.
- Use formulas and proper formatting where required.
- Submit your final Excel file after completion.
Section 2: Calculations
2. Use the formula: Net Salary = (Basic Salary / 26) * Days Worked + Bonus - Deductions
3. Format all currency fields appropriately (Basic Salary, Bonus, Deductions, Net Salary).
7. Count the number of employees who worked more than 20 days using COUNTIF.
Section 5: Charts
10. Create a bar chart showing Employee Name vs. Net Salary.
12. Change the chart style and color scheme to your preference.
Bonus Tasks
13. Create a drop-down list for the Position column (e.g., Manager, Accountant, Clerk,
Secretary).
14. Protect the sheet so only Days Worked, Bonus, and Deductions cells are editable.
15. Add a new column 'Status' and use the formula: =IF(Net Salary >= 13000, "Well Paid",
"Standard")