Timesheet GURU needed

HappyChappy

Active Member
Joined
Jan 26, 2013
Messages
378
Office Version
  1. 2019
  2. 2010
  3. 2007
Platform
  1. Windows
I have a weekly timesheet running on excel 2010 windows 7 for the most part it works great but it does need to be polished a little can anyone help.
the main issue i have is that a break of 45 min must be taken off and the cash deducted from the total. This is fine generally except the day is paid as a min 8 hour shift therefore if i work 7 hours I would get paid for the 8 hours with no 45min deduction.
this is the bit i have trouble with. I have the spreadsheet and can email it to you as i think it would make more sence to see it up close to see where it falls down.
If anyone would care to take a look at it for me that would be great as its driving me mad.

WEEKLY ACCOUNTABILITY/DISCLAIMER FOR HOURS/SHIFTS WORKED
DRIVERS NAME
Mark Thomas
W/C
27/01/2013
WTD YOUR DUTY TIME MINUS POA BREAKS PAID TIME YOUR DUTY TIME MINUS BREAKS POA MUST BE DECLARED OVER 15 MINUTE BLOCKS
Working Day
Date
TACHO Type
Client Site
Start
Finish
Std Rate Hours Before Break
Std Rate Hours
Std Total
O/T Rate Hours
Round to 15 Min
Round to 15 Min
O/T Total
POA don't print
Break don't print
POA
Break
Total WTD Time
Paid Duty Time
Clocked Hours
Daily Total
SUNDAY
27/01/2013
0:00
0
0.00
0:00
0:00
0:00
0.00
0:00
0:00
0
0
0:00
0
MONDAY
28/01/2013
DIGI
0:00
0
0.00
0:00
0:00
0:00
0.00
45.00
0:00
0:45
0
0
0:00
0
TUESDAY
29/01/2013
DIGI
0:00
0
0.00
0:00
0:00
0:00
0.00
45.00
0:00
0:45
0
0
0:00
0
£0.00
WEDNESDAY
30/01/2013
DIGI
0:00
0
0.00
0:00
0:00
0:00
0.00
45.00
0:00
0:45
0
0
0:00
0
THURSDAY
31/01/2013
DIGI
0:00
0
0.00
0:00
0:00
0:00
0.00
45.00
0:00
0:45
0
0
0:00
0
FRIDAY
01/02/2013
DIGI
0:00
0
0.00
0:00
0:00
0:00
0.00
45.00
0:00
0:45
0
0
0:00
0
STD Hours
SATURDAY
02/02/2013
DIGI
0:00
0
0.00
0:00
0:00
0:00
0.00
45.00
0:00
0:45
0
0
0:00
0
Night Allowance
O/T Hours
TOTAL WEEKLY DUTY HOURS MINUS BREAKS TAKEN
0:00
TOTAL WEEKLY WTD HOURS DECLARED
0:00

<tbody>
</tbody>
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hi,

Check your inbox............Can you either post up some sample data and what you expect to see?
 
Upvote 0
Hi,

Is it this in cell S8?

=IF(T8<8,8,IF(T8-Q8>0,T8-Q8,0))

Regards,
Chris
 
Upvote 0
=IF(T10<8,8,IF(T10-Q10>0,T10-Q10,0))

this is what i have in S8 tried your formula and it gives me the result 0:00
 
Upvote 0
Why does it say T10/Q10 etc if you have it in row 8? It should be T8 Q8 etc?
 
Upvote 0
DRIVERS NAMEMark ThomasW/C27/01/2013WTD YOUR DUTY TIME MINUS POA BREAKS PAID TIME YOUR DUTY TIME MINUS BREAKS POA MUST BE DECLARED OVER 15 MINUTE BLOCKS
Working DayDateTACHO TypeClient SiteStartFinishStd Rate Hours Before BreakStd Rate HoursStd TotalO/T Rate HoursRound to 15 MinRound to 15 MinO/T TotalPOA don't printBreak don't printPOABreakTotal WTD TimePaid Duty TimeClocked HoursDaily Total
SUNDAY27/01/2013 0:0000.000:000:000:000.00 0:000:00000:000
MONDAY28/01/2013DIGI 05:0017:0011:0010:15115.311:005:0017:0012.50 45.000:000:4511:1511:1512:00£127.81
TUESDAY29/01/2013DIGI 05:0013:007:007:0078.751:005:0013:0012.50 45.000:000:458:008:008:00£91.25
WEDNESDAY30/01/2013DIGI 05:0013:457:457:0078.751:005:0013:4512.50 45.000:000:458:008:008:45£91.25
THURSDAY31/01/2013DIGI 05:0014:458:458:0090.001:005:0014:4512.50 45.000:000:459:009:009:45£102.50

<colgroup><col style="width: 66pt; mso-width-source: userset; mso-width-alt: 3218;" width="88"> <col style="width: 67pt; mso-width-source: userset; mso-width-alt: 3254;" width="89"> <col style="width: 65pt; mso-width-source: userset; mso-width-alt: 3181;" width="87"> <col style="width: 130pt; mso-width-source: userset; mso-width-alt: 6326;" width="173"> <col style="width: 59pt; mso-width-source: userset; mso-width-alt: 2852;" width="78"> <col style="width: 58pt; mso-width-source: userset; mso-width-alt: 2816;" width="77"> <col style="width: 78pt; mso-width-source: userset; mso-width-alt: 3803;" width="104"> <col style="width: 58pt; mso-width-source: userset; mso-width-alt: 2816;" span="8" width="77"> <col style="width: 48pt;" span="2" width="64"> <col style="width: 64pt; mso-width-source: userset; mso-width-alt: 3108;" width="85"> <col style="width: 80pt; mso-width-source: userset; mso-width-alt: 3913;" width="107"> <col style="width: 52pt; mso-width-source: userset; mso-width-alt: 2523;" width="69"> <col style="width: 48pt; mso-width-source: userset; mso-width-alt: 2340;" width="64"> <tbody>
</tbody>
Some sample data entered
 
Upvote 0
Sorry i copied the wrong cell it should read 8 not 10's
 
Upvote 0
Are you saying it doesn't work?

If so, it's due to the numbers are formatted as time I think............I've just tested it and this works:-

=IF(V8<W8,W8,IF(V8-S8>0,V8-S8,0))

In column W I have added a column saying minimum time and then 08:00 in each row

Here is my data


Excel 2010
RSTUVWXY
3
4
5
6POABreakTotal WTD TimePaid Duty TimeClocked hoursMINIMUM HOURS
70:000:00000:008:00
80:000:4511:1511:1512:008:0011:15
90:000:45000:008:00
100:000:45000:008:00
110:000:45000:008:00
120:000:45000:008:00
130:000:45000:008:00
Sheet1
Cell Formulas
RangeFormula
Y8=IF(V8V8-S8>0,V8-S8,0))
W8=W7
W9=W8
W10=W9
W11=W10
W12=W11
W13=W12


I have just put the formula in the red cell at the moment. Which is

=IF(V8<W8,W8,IF(V8-S8>0,V8-S8,0))

Make sure this is also formatted to time, like the rest of the cells. I have also amended the formula to pick up a different break column, as the one you were using was in a different format.

Try this.........
 
Upvote 0

Forum statistics

Threads
1,215,945
Messages
6,127,844
Members
449,411
Latest member
adunn_23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top