Hi All,
I am looking for some help with a formula that will round down if 5 mins past the quarter of hour or round up to the next quarter of the hour if 6 mins past
Examples
[TABLE="width: 500"]
<tbody>[TR]
[TD]10:01[/TD]
[TD]Result would be 10:00[/TD]
[/TR]
[TR]
[TD]10:04[/TD]
[TD]Result would be 10:00[/TD]
[/TR]
[TR]
[TD]10:06[/TD]
[TD]Result would be 10:15[/TD]
[/TR]
[TR]
[TD]10:15[/TD]
[TD]Result would be 10:15[/TD]
[/TR]
</tbody>[/TABLE]
Currently using =ROUND(F5*(24*60/15),0)/(24*60/15) but this rounds down at 7 mins and up at 8 mins
Need rounds down at 5 mins and up at 6 mins
Thanks
I am looking for some help with a formula that will round down if 5 mins past the quarter of hour or round up to the next quarter of the hour if 6 mins past
Examples
[TABLE="width: 500"]
<tbody>[TR]
[TD]10:01[/TD]
[TD]Result would be 10:00[/TD]
[/TR]
[TR]
[TD]10:04[/TD]
[TD]Result would be 10:00[/TD]
[/TR]
[TR]
[TD]10:06[/TD]
[TD]Result would be 10:15[/TD]
[/TR]
[TR]
[TD]10:15[/TD]
[TD]Result would be 10:15[/TD]
[/TR]
</tbody>[/TABLE]
Currently using =ROUND(F5*(24*60/15),0)/(24*60/15) but this rounds down at 7 mins and up at 8 mins
Need rounds down at 5 mins and up at 6 mins
Thanks