I hope you are all having a good day. I am trying to create an automated timesheet that rounds hours to the nearest quarter hour increment. Do you have any suggestions?
I hope you are all having a good day. I am trying to create an automated timesheet that rounds hours to the nearest quarter hour increment. Do you have any suggestions?
Try this formula (total hours in A1):
=CEILING(A1,0.25)
Last edited by Billy Spivy; 01-09-2018 at 12:19 PM.
Try:
=MROUND(A1,0.25)
Very welcome glad to help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks