Thread: [Solved] Time Calc with rounding.
View Single Post
 
Old 06-26-2016, 04:56 AM
billreed7 billreed7 is offline Windows 10 Office 2010 64bit
Novice
 
Join Date: Jun 2016
Posts: 3
billreed7 is on a distinguished road
Unhappy Time Calc with rounding.

I need help with a formula, I want to put a start time and finish time into two cells and the answer needs to be to the nearest 15 minutes. ie 08.05 would be 0800, 07.25 would be 07.30 etc..
I have managed to find this that does the basic bit but not the rounding out.

=IF(C1<B1,((C1-B1)*24)+24,(C1-B1)*24)

but I find to put time in I need to put colons in and I would prefer to just type 0730 and not 07:30,I thought the time format would allow that but all I get is strange numbers coming up.

any help greatly appreciated

Bill Reed
Reply With Quote