No doubt I sound like a bore but can you explain each cell - I can't make head nor tail of it I'm afraid...
Re:
G5: =ROUND(FLOOR(NOW()+"00:10","00:05"),0)
By Rounding to 0 decimals you are dispensing with Time altogether and using only a Day value. In XL dates are Integers and Time is Decimal... ie Noon on 11th May = 39944.5
(the above value for today noon assumes 1904 Date System in Use)
If you round to nearest whole number (ie 0) you dispense with time... going back to your original point re: 13th May ... if the time portion of the value pre-rounding was >= noon you will end up rounding up to the next day given 0.5 (noon) will round to 1 where 1 equates to 1 entire day... if the time were < noon then it would round down to 00:00 of the same day.
Bookmarks