Time clock formula help requested

115shelly

New Member
Joined
Sep 27, 2015
Messages
19
Good Evening ( NY time),

I have a H:mm:ss issue. We pulled time clock data into excel. The intent is to calculate the amount of hrs / day and week and compare that to a 40 hr week.
then compare the time punched in to the start time and calculate the amount of time ( if any ) is punched prior to the allowed start time. ( the clock has a 15 minute rounding rule).

It seemed like a very straight forward simple set of calculations, somehow i cant get it right. I have adjusted the formatting of time cells, to no avail.

Link: Attached is an example sheet with "sample data" and a explanation of what I am trying to achieve in each column.


Thank you in advance for you assistance. I appreciate your help.

Jason
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Maybe H2 copied down =IF(ISBLANK(E20),"",IF(E20-D20<=0.0104166666666667,0,E20-D20-0.0104166666666667)) format is h:mm:ss
 
Upvote 0

Forum statistics

Threads
1,214,813
Messages
6,121,706
Members
449,049
Latest member
THMarana

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