|  

» 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, Time In, Time Out.
In the 4th column (Number of Hours), use 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)

Screenshot // Creating a Timesheet
Creating a Timesheet
Rate This Tip
12 34 5
Rating: 2.50     Views: 133569
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments