I am trying to calculate hours worked since 12AM on a time card. I have tried multiple things but nothing returning the value I need. The sheet provided is only an example of what I am trying to achieve, the SUM formula should remain there because on the actual time card I am using more than one row.
I am currently using the following formula to show hours worked since 12 AM
=LEFT(A2,1)
Which yes is giving me the number but, it won't let me sum it. I feel there has to be another way to get the hours since 12AM, just nothing I am trying or finding is getting me the result I am looking for.