Forum Discussion
Shotzie154
Feb 27, 2019Copper Contributor
Excel formula help
I'm trying to create a time worked schedule for an employee. But I cannot figure out what type of formula to write to calculate how many hours were worked from the clock in time to the clock out time.
- Khang660
Microsoft
you may find what you need here: https://www.ablebits.com/office-addins-blog/2015/06/24/calculate-time-excel/ - TwifooSilver ContributorAssuming time in is in A1, time out in B1, and hours worked in C1, the formula in C1 would be:
=(B1-A1)*24If that's not an overnight shift