Forum Discussion
Anonymous
3 years agoNot applicable
Overtime calculation
I am trying to calculate weekly over time of total Duration. The formula(s) that I am currently using are: TotalHours = SUM(HoursData[Duration]) Overtime = IF([TotalHours] > 37.5, IF(([TotalHo...
Anonymous
3 years agoNot applicable
Its still not calculating on the row level of the matrix ..
Padycosmos
3 years agoSolution Sage
Hope this edited one helps:
Overtime =SWITCH(TRUE(),[TotalHours]-37.5>6.5, 6.5,[TotalHours]-37.5)<=6.5, [TotalHours]-37.5<=0,0)