Shift_Clock
Primary ColumnShift StartShift EndTotal HoursStart_ValueEnd_Value
 Collaboration powered by Smartsheet   |   Report Abuse
1
https://community.smartsheet.com/discussion/heres-fun-one#comment-5603
2
Determine hours from a drop down list of shift start / shift end times
3
Calculation
4
Drop down listDrop down list=IF(Start_Value4 >= End_Value4, "Error",
(End_Value4 - Start_Value4) * 0.25)
=VALUE(
RIGHT([Shift Start]4, 2))
=VALUE(
RIGHT([Shift End]3, 2))
5
Good Data
4:00AM-004:15AM-010.2501
6
Bad Data
5:00AM-044:15AM-01Error41
7
Bad Data
5:00AM-045:00AM-04Error44
8
Good Data
5:00AM-0412:00AM-8019480