Forum Discussion

KevinCommunitas's avatar
KevinCommunitas
Copper Contributor
Jul 29, 2022
Solved

Time Sheet Help

I'm going crazy here.  I've been working on this Excel spreadsheet for 4 hours and I can't seem to figure this out.  All I want to do is calculate hours.  I have example Start and End times entered a...
  • mtarler's avatar
    mtarler
    Jul 29, 2022

    In the attached I used the following:

    =SUMIFS(E6:AC6,D6:AB6,"to")-SUMIFS(C6:AA6,D6:AB6,"to")+SUM((C6:AA6>E6:AC6)*(D6:AB6="to"))

    Which relies on the middle cell to be "to" for a valid entry.  I added that last SUM term because the second line has hours 9PM - 7AM which I ASSUME means you want the hours worked to go past midnight and into the next day.

    That said, I agree with Detlef_Lewin that there are much better ways to organize a timesheet.

Resources