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...
Padycosmos
3 years agoSolution Sage
Really sorry, there was an extra bracket. I have removed it now. Please try again
Overtime =SWITCH(TRUE(),[TotalHours]-37.5>6.5, 6.5,[TotalHours]-37.5<=6.5,[TotalHours]-37.5, [TotalHours]-37.5<=0,0)
Anonymous
3 years agoNot applicable
It still didnt work - I am trying to share the dataset but couldnt find the option to do so. I am sorry
- Padycosmos3 years agoSolution Sage
You can put it in google drive and paste the link here