AccessRookie
MIS
Hi,
I have a report that I am calculating Hours and Minutes for IT help desk time spent resolving various users problems. It is broken down by Department with calulcations per Dept and then a Grand Total Sum of Hours and Minutes at the end.
My problem - I calculate a revolving Sum based on date ranged entered per department.
I am using this in the Department Footer to calculate Minutes: =Sum([Minutes]) Mod 60 - it works fine.
However for HOURS - if the Sum of Minutes is under 60 minutes it is rounding up to an Hour making the SUM incorrect by this inaccurate Hour. For example, if Accounting had 0 Hours and 50 Minutes of IT Help Desk Time Used - the sum shows Accounting having 1 Hour.
Here is the formula I am using for HOURS:
=Sum(([Hours])+([Minutes])/60)
Please help!! First correct answer received 300 points. Thanks in advance!
I have a report that I am calculating Hours and Minutes for IT help desk time spent resolving various users problems. It is broken down by Department with calulcations per Dept and then a Grand Total Sum of Hours and Minutes at the end.
My problem - I calculate a revolving Sum based on date ranged entered per department.
I am using this in the Department Footer to calculate Minutes: =Sum([Minutes]) Mod 60 - it works fine.
However for HOURS - if the Sum of Minutes is under 60 minutes it is rounding up to an Hour making the SUM incorrect by this inaccurate Hour. For example, if Accounting had 0 Hours and 50 Minutes of IT Help Desk Time Used - the sum shows Accounting having 1 Hour.
Here is the formula I am using for HOURS:
=Sum(([Hours])+([Minutes])/60)
Please help!! First correct answer received 300 points. Thanks in advance!