Hi Everyone,
I have these data that shows the start of time and end of time. We need to know the actual time we charge on a per minute on that certain hour/time.
Output should be.
Full hourly rate for the services rendered for the full hour and prorated per minute on the times not full hour is rendered e.g
@18:00 time period a new staff came in and worked for 56minutes this will be converted to minute rate then added to the full hour rate of the existing staff.
@19:00 time period the first staff left but clocked out with 10 minutes so this will be added to the full hour of the staff that came in @18:00
Table should be this
Any leads to to this I had the sumifs formula but was able to get only the per hour charges and can't get the prorated per minute charge.
Thanks in advance
I have these data that shows the start of time and end of time. We need to know the actual time we charge on a per minute on that certain hour/time.
Job title | Location | Clock in date | Clock in time | Clock out date | Clock out time | Regular hours | Hourly rate |
Manager | TOR | 9/1/2022 | 12:00:10 | 9/1/2022 | 19:10:29 | 7.17 | 9.9958 |
Bar Staff | TOR | 9/1/2022 | 18:56:30 | 9/2/2022 | 0:36:03 | 5.67 | 8.1957 |
Output should be.
Full hourly rate for the services rendered for the full hour and prorated per minute on the times not full hour is rendered e.g
@18:00 time period a new staff came in and worked for 56minutes this will be converted to minute rate then added to the full hour rate of the existing staff.
@19:00 time period the first staff left but clocked out with 10 minutes so this will be added to the full hour of the staff that came in @18:00
Table should be this
Date/Time | 11:00:00 | 12:00:00 | 13:00:00 | 14:00:00 | 15:00:00 | 16:00:00 | 17:00:00 | 18:00:00 | 19:00:00 |
9/1/2022 | 9.9958 | 9.9958 | 9.9958 | 9.9958 | 9.9958 | 9.9958 | 17.64582 | 9.86173 |
Any leads to to this I had the sumifs formula but was able to get only the per hour charges and can't get the prorated per minute charge.
Thanks in advance