Forum Discussion

mikeg450's avatar
mikeg450
Copper Contributor
Feb 11, 2020
Solved

Payroll/Timesheet adding hours and minutes together

Hi,   I'm hoping someone can help with this issue because I just cannot seem to figure it out. This is for payroll so I routinely run over 23 hours on time sheets. The program we use to clock in an...
  • mikeg450 

    Assuming A2 contains 30 (hours) and B2 contains 15 (minutes) then how about...

    =TIMEVALUE(A2&":"&B2)+IF(A2>23,1,0)

    and setting the format of the formula cell as [hh]:mm

     

    The above formula will return 30:15.

     

Resources