Alan_P
Well-known Member
- Joined
- Jul 8, 2014
- Messages
- 596
Hi Guys,
I'm trying to create what I (very mistakenly) thought would be a simple TimeSheet for my office... I basically have the below 3 variables:
ClockIn : 07:45 [Typed by user]
Current Time: 14:45:00 [using "=Now()"]
Hrs Worked: 07:00 [Simple subtraction of Current - ClockIn]
Now I want to take the Hrs Worked away from a weekly total of 35 hours and I just can't seem to get it to work! I've been googling like a madman and I just seem to be going round in circles so any help would be very much appreciated!!
I'm trying to do this in VBA but at this point I would gladly accept a formula, but ideally I would like to not have to format the cells (much)
Many Thanks,
Alan.
I'm trying to create what I (very mistakenly) thought would be a simple TimeSheet for my office... I basically have the below 3 variables:
ClockIn : 07:45 [Typed by user]
Current Time: 14:45:00 [using "=Now()"]
Hrs Worked: 07:00 [Simple subtraction of Current - ClockIn]
Now I want to take the Hrs Worked away from a weekly total of 35 hours and I just can't seem to get it to work! I've been googling like a madman and I just seem to be going round in circles so any help would be very much appreciated!!
I'm trying to do this in VBA but at this point I would gladly accept a formula, but ideally I would like to not have to format the cells (much)
Many Thanks,
Alan.