|  

» Creating a Timesheet

Problem:

Creating a timesheet which calculates the number of hours worked each day and a sum of the total hours worked.

Solution:

Create 3 columns containing the following data:
Date (column A), Time In (column B), Time Out (column C).
In the 4th column (Number of Hours), enter the following formula:
=(C2-B2+(C2 To sum the total number of hours worked, use the SUM function as shown in the following formula:
=SUM(D2:D7)


Rate This Tip
12 34 5
Rating: 1.97     Views: 69532
No comments have been submitted.
Name
Comment Title
Comments