August
Active Member
- Joined
- Jun 18, 2004
- Messages
- 281
- Office Version
- 365
- Platform
- Windows
In cells N70:N76 I have formulas that calculate hours (cells are formatted hh:mm)
In N77 I have the formula =CEILING(SUM(N70:N76),"00:15") to round up the total to the nearest 15mins
The issue I'm having is that if the total of the range N70:N76 is 00:30 the formula in N77 sometimes gives 00:30 and sometimes 00:45
I've checked for hidden characters and I've also tried the formulas below to no avail
=CEILING(SUMPRODUCT(N70:N76)*24*60,15)/24/60
=CEILING(SUM(N70:N76)*24*4, 1)/(24*4)
=CEILING(SUM(N70:N76)*24*60,15)/24/60
Any advice would be greatly appreciated
In N77 I have the formula =CEILING(SUM(N70:N76),"00:15") to round up the total to the nearest 15mins
The issue I'm having is that if the total of the range N70:N76 is 00:30 the formula in N77 sometimes gives 00:30 and sometimes 00:45
I've checked for hidden characters and I've also tried the formulas below to no avail
=CEILING(SUMPRODUCT(N70:N76)*24*60,15)/24/60
=CEILING(SUM(N70:N76)*24*4, 1)/(24*4)
=CEILING(SUM(N70:N76)*24*60,15)/24/60
Any advice would be greatly appreciated