CIT 11 Excel Homework #1
In this assignment you must create a payroll
worksheet. Refer to the instructions below for the assignment requirements.
1) Creating The Workbook
Create the payroll report displayed below.
- Use
formatting as displayed in the below report; columns must be widened as
needed, cell wrapping must be used for the column headings, dates must be
formatted as displayed, numeric values must be formatted as
displayed.
- Use
cell bordering where I’ve used bordering and use cell patterns (fill
color) where I have. You don’t have to use the same border or the
same color, but you must use this formatting feature in the spreadsheet.
Make it appealing to the eye.
- Be
sure to use the appropriate numeric formatting for all numeric values;
i.e., notice that when a cell has a value of zero it displays as a dash;
some of the numbers have dollar signs and some don’t; all numeric values
are displayed with two decimal positions, etc.
- Be
sure to use copying whenever possible and absolute cell referencing
whenever necessary. (Efficiency will be considered in the grading
process)
- The today
function must be used to display the current date in the upper left corner
of the spreadsheet
- The
columns that must contain calculations are:
Column F:
Regular Pay is calculated by multiplying the regular hours by the hourly rate.
Column G:
Overtime Pay is calculated by multiplying the hourly rate by the overtime rate
and then multiplying that by the overtime hours.
Column H:
Gross Pay is calculated by adding the regular pay and the overtime pay
Column I:
FICA is calculated by multiplying the FICA rate by the Gross Pay. This
calculation should be rounded to two decimal positions (you’ll need to use the
=Round function in this formula).
Column J: State
Tax is calculated by multiplying the State Tax Rate by the Gross Pay.
This calculation should be rounded to two decimal positions (you’ll need to use
the =Round function in this formula).
Column K:
Federal Tax is calculated by multiplying the Federal Tax Rate by the Gross
Pay. This calculation should be rounded to two decimal positions (you’ll
need to use the =Round function in this formula).
Column L:
Net Pay is calculated by subtracting all deductions (FICA, State and Federal
Tax) from Gross Pay
- The
lower left corner of the sheet contains rates. When calculating
Overtime Pay, FICA, State Tax and Federal tax, use the rates specified in
this area. Your formulas must reference the cell, they must not
contain the actual rate.
(For example, when calculating FICA for Crystal Oates you should be
multiplying her gross pay (cell I8) by the cell that contains the FICA
rate (cell B26) =I8*B26. You must also apply absolute cell
references in this formula so that it can easily be copied. Do NOT
use the actual number – i.e., =I8*7.5%)
- Apply
conditional formatting to the Hourly Rate Column. The hourly rate
should be displayed in Red if it’s less than $10 per hour and in Blue if
it’s $10.00 per hour or more.
- Print
the worksheet. (Tip: since you don’t actually have to
hand-in a hard copy, but you do have to send me the file with the
appropriate print settings, you can save paper by using Print
Preview.) Make sure the sheet fits on one page and include gridlines
on the printout.
- Save
the spreadsheet – name it PayrollYourName.xls
Sort the
worksheet by Employee Name.
Save the
spreadsheet – name it PayrollNameSortYourName.xls
Sort the
worksheet by department name and within department by employee’s name.
Save the
spreadsheet – name it PayrollDeptSortYourName.xls
Email me the
three files created in this assignment.