Allen_Mead
New Member
- Joined
- May 31, 2019
- Messages
- 34
- Office Version
- 365
- Platform
- Windows
So, am working out spare capacity of staff to the nearest half day and am using the following formula:
where;
H8 = 40 (number of contract hours per week)
H10 = XX (number of hours booking per week)
the 8 in the formula above equates to the number of hours per day.
So, in the instance I am getting the error, H10 - 42 hours, 2 hours over the contracted hours per week. I'd like to be able to show this as a negative figure and not an error. If I change the formula to 'ROUND' and the number of places to '1' there's no error but then I get for example 4.3 days.
Many thanks
Excel Formula:
=MROUND(IFERROR((H8-SUM(H10))/8,""), 0.5)
where;
H8 = 40 (number of contract hours per week)
H10 = XX (number of hours booking per week)
the 8 in the formula above equates to the number of hours per day.
So, in the instance I am getting the error, H10 - 42 hours, 2 hours over the contracted hours per week. I'd like to be able to show this as a negative figure and not an error. If I change the formula to 'ROUND' and the number of places to '1' there's no error but then I get for example 4.3 days.
Many thanks