Forum Discussion
Anonymous
3 years agoNot applicable
making end date
Hello guys and girls men and woman, i have a begin date colum this is a date format type and a colum with whole numbers that are hours of work so 3 is 3 hours of work how can i count the hours of ...
- 3 years ago
Try adding a custom colum in the query editor with this formula (updated with your actual column names).
= [StartDate] + #duration(Number.RoundDown([HoursOfWork]/8,0),0,0,0)
Pat
ppm1
Solution Sage
3 years agoTry adding a custom colum in the query editor with this formula (updated with your actual column names).
= [StartDate] + #duration(Number.RoundDown([HoursOfWork]/8,0),0,0,0)
Pat