Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi, 2 questions please...
1st. i have durations in column A in hh:mm:ss format. How do I round them up to the next minute (ex. 01:01:05 should be 01:02:00) 2nd how do I convert hh to mm in the above example (ex 01:01:05 should apear as 61:05 (where 61 are mm and 05 ss) Thank you, S. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
1. =CEILING(A1,1/1440) =CEILING(A1,TIME(0,1,0)) 2. Custom format as [mm]:ss 01:01:05 = 61:05 Biff "steven" wrote in message ... hi, 2 questions please... 1st. i have durations in column A in hh:mm:ss format. How do I round them up to the next minute (ex. 01:01:05 should be 01:02:00) 2nd how do I convert hh to mm in the above example (ex 01:01:05 should apear as 61:05 (where 61 are mm and 05 ss) Thank you, S. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to set a formula to convert the time zone | Excel Worksheet Functions | |||
convert number to time | Excel Worksheet Functions | |||
How do I convert a time to text format. | Excel Discussion (Misc queries) | |||
convert time imported as text to time format for calculations | Excel Worksheet Functions | |||
Function to convert Time String to Time | Excel Worksheet Functions |