You are on page 1of 2

You are asked to prepare a workbook that records the weekly sales of agents and prepares a

payroll form. The workbook may contain the following:

A. Data Sheet (see sample below)

- The sheet will be converted as table using Format as Table command. NOTE: Do this when data
validation and conditional format for the first row (set of data) is set.
- The data validation:
o EmpNo should not accept duplicate values
o Position should have values such as SSP for Sales Supervisor, SSR for Senior Sales
Representative, JSR for Junior Sales Representative and CLS for Clerical Staff.
o Civil Status will have S for Single, M for Married and W for Widow/er
o Birthdate should accept date values with approximate age of 21 years old.
o Date Employed should not accept date values beyond today and plus 21 years old.
- Years in Service is computed based on Date Employed. Include a Conditional format for this.
(example: 5 years and below have the same color/format, 6-10 years, 11-15 years, etc.)
- Give name also to your columns (example: EmpNo will be named ID, FN for Firstname, etc.)
These names will be utilized in creating formulas instead of cell address.
- Include at least 12 records (Employees)

B. SALES sheet (see sample below)

- Concatenate the values of name coming from data sheet


- Get the values of position from data sheet
- Set data validation for weekly sales not accepting less than zero and perhaps set a maximum
value.
- Issue a formula to get the monthly sales. Note: if position is CLS, there should be no sales value.
-
C. PAYROLL sheet

You might also like