How to round time to nearest hour in Excel, for example:
67:45:00 will be 68:00:00 and 53:14:00 will be 53:00:00
regards
You can use MROUND function like this
MROUND
=MROUND(A1,"1:00")