I am using the amazingly awesome “Clocking In A Timesheet + Gmaill” template (thanks Ben) to keep track of my remote work, but I want to be able to track my hours for each day as well as the week. I was trying to copy and modify the formula, so that I can create a Monday, Tuesday, etc. overview of my work. Basically filter out the Weekday shifts and total those hours, while also still having a cumulative total. Any suggestions would be appreciated. Much thanks!
The formula I am copying and trying to modify from:
Round([Weekly Time Log].[Total Time].Sum().AbsoluteValue()*24,2)
That works perfectly and exactly what I was looking for. Thank you vey much @benblee! I am still new to Coda so I appreciate the help in going through formulas!