![]() |
Rounding (decimal) elapsed time
How do I change a decimal figure (e.g. 0.63 hours) into minutes (
00:37:48 ), AND !!! how do I round it to the nearest minute ( 00:38 ) ? Thanks in advance, Gilbert |
Rounding (decimal) elapsed time
Hi Gilbert,
If your 0.63 value was in cell A1, try the formula: ="00:"&ROUND(A1*60,0) -- -Simon "Gilbert DE CEULAER" wrote: How do I change a decimal figure (e.g. 0.63 hours) into minutes ( 00:37:48 ), AND !!! how do I round it to the nearest minute ( 00:38 ) ? Thanks in advance, Gilbert |
Rounding (decimal) elapsed time
=ROUND(A1/24*1440,0)/1440
"Gilbert DE CEULAER" wrote: How do I change a decimal figure (e.g. 0.63 hours) into minutes ( 00:37:48 ), AND !!! how do I round it to the nearest minute ( 00:38 ) ? Thanks in advance, Gilbert |
All times are GMT +1. The time now is 09:16 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com