Forum Discussion
Combining multiple columns to add time together
- 2 years ago
ok, create a new column. and add this code
each Duration.FromText([Rate]) / #duration(0, 0, 1, 0))This converts the hours into minutes. Delete the Rate column. Highlight the date column, go to the Ribbion > Home > Group by Operation is Sum and choose the new minutes column to do the sum.
This will group all the minutes in to one day. You can then divide by 60 to get the hours worked.
Thanks
Joe
ok, create a new column. and add this code
each Duration.FromText([Rate]) / #duration(0, 0, 1, 0))
This converts the hours into minutes. Delete the Rate column. Highlight the date column, go to the Ribbion > Home > Group by Operation is Sum and choose the new minutes column to do the sum.
This will group all the minutes in to one day. You can then divide by 60 to get the hours worked.
Thanks
Joe
- JoeBarry2 years agoSolution Sage
sorry, i copied the code from the formula bar, please remove the each part. Also please filter out the blank values in the rate column beforehand