Good morning,
I have a sheet that calculates waiting time and I am using
to round up times to the nearest 0.25
I have a problem though. When a time is entered e.g 2.55 (2hrs 55mins) it returns 2.50 when I need it to show 2.75.
Is there a way to alter this to work?
Hope that makes sense
I have a sheet that calculates waiting time and I am using
Code:
=IFERROR(MROUND(AF2,0.25),"")
I have a problem though. When a time is entered e.g 2.55 (2hrs 55mins) it returns 2.50 when I need it to show 2.75.
Is there a way to alter this to work?
Hope that makes sense