You are on page 1of 1

Make a PayRoll for the employees from a Company XYZ

Activities: Fill in the question mark (?) cells

1. Fill in the “Today’s date” cell


2. Fill in total Yrs (years) worked for each employee
3. Fill in the Retirement fund Contribution for each employee
4. Fill in the Health Insurance allowances for each employee
5. Calculate Total Salaries for all employees
6. Calculate Total Retirement fund for all employees
7. Calculate Total Health Insurance allowances for all employees

Formulas:

Today’s date: = Ctrl+;

Years: =Today's date-date hired/365

Retirement fund contribution: =Salary*3%

Health Insurance allowances: = IF (G12= “Premier”, $D8, $D9)

Total salaries: = SUM (F12:F18)

Total Retirement fund contribution: = SUM (H12:H18)

Total Health Insurance allowances: =SUM (I12:I18)

You might also like