Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm in the transportation career field and would like to formulate a cell to convert time into whole minutes (i.e., 5:28am = x amount of minutes). This chart would be used to show an "On time Start precentile.
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Linebacker
Use =A1*(24*60) Format general. Time in Excel is recorded as the decimal part of 1 day hence multiplying by (24*60) to get minutes. -- Regards Norman Harker MVP (Excel) Sydney, Australia Excel and Word Function Lists (Classifications, Syntax and Arguments) available free to good homes. "Linebacker" wrote in message ... I'm in the transportation career field and would like to formulate a cell to convert time into whole minutes (i.e., 5:28am = x amount of minutes). This chart would be used to show an "On time Start precentile. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
try =A1*24*60 and format the resulting cell as 'General' or 'Number' also have a look at http://www.cpearson.com/excel/datetime.htm -- Regards Frank Kabel Frankfurt, Germany Linebacker wrote: I'm in the transportation career field and would like to formulate a cell to convert time into whole minutes (i.e., 5:28am = x amount of minutes). This chart would be used to show an "On time Start precentile. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting time to Minutes | Excel Worksheet Functions | |||
Converting Time to Hours & Minutes | Charts and Charting in Excel | |||
Converting time formats into actual time(minutes) | Excel Discussion (Misc queries) | |||
Converting a decimal time into hours and minutes | Excel Worksheet Functions | |||
Time - converting HH:MM:SS to Minutes | Excel Worksheet Functions |