Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default 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


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Elapsed time LtFass Excel Discussion (Misc queries) 3 November 10th 07 11:45 PM
Rounding up for a decimal Sena Excel Worksheet Functions 4 July 9th 07 07:29 AM
Rounding decimal Sturart Excel Worksheet Functions 1 February 16th 06 07:06 PM
elapsed time displayed as a decimal CH Excel Worksheet Functions 1 October 7th 05 08:25 PM
elapsed time Sweetpea60 Excel Worksheet Functions 6 March 2nd 05 04:41 PM


All times are GMT +1. The time now is 09:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"