Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Apr 28, 5:01*am, norie wrote:
Try this. Code:
MyHrs = TtlMins \ 60 MyMins = TtlMins - MyHrs * 60 Also can try following: MyHrs = TtlMins \ 60 MyMins = TtlMins mod 60 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert Decimal Minutes to Hours-Minutes-Seconds | Excel Programming | |||
Converting total minutes into hours and minutes in Excel | Excel Worksheet Functions | |||
converting Days Hours & minutes into just minutes in excel | Excel Discussion (Misc queries) | |||
how to change a decimal number (minutes) into hours and minutes? | Excel Discussion (Misc queries) | |||
add hours & minutes to other hours & minutes to receive total hou. | Excel Worksheet Functions |