Decimal hours converted to hrs/min format rounding

Copper Contributor

I'm converting decimal format hours to hrs/min format using =B10/24, and formatting the hrs/min cells using Custom [hh]:mm.

 

Is there a formula that I can use to round up the conversion from decimal to hr/min?

 

Please see attached when I key 0.02 in decimal the formula converts to 00:01, when I key 0.03 it converts to 00:01 and I'd like the formula to round up to 00:02.

 

I appreciate all suggestions :)

1 Reply

Hi Thomas,

 

You may use

=MROUND(B10/24,"0:01")