Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi i am trying desperately to convert telephone logs from the format
hrs:min:secs into minutes and have had no joy. For example i want 10:10:10 presented as 610.17 minutes Any help will be grately appreciated Richard |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use formula like
=A1*24*60 where A1 is the time value. Be sure to format the formula cell as General, not Time (Excel will try to help by automatically applying a Time format -- its help is not welcome in this instance). -- Cordially, Chip Pearson Microsoft Most Valuable Professional Excel Product Group Pearson Software Consulting, LLC www.cpearson.com (email on web site) "Richard" wrote in message ... Hi i am trying desperately to convert telephone logs from the format hrs:min:secs into minutes and have had no joy. For example i want 10:10:10 presented as 610.17 minutes Any help will be grately appreciated Richard |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If your time is a real Excel time, it's just a fraction of a day. So
10:10:10 if formatted as General should display as 0.423726852 Now there are 1440 minutes in a day. So if A1 contains: 10:10:10 then =A1*1440 will display 610.1667 -- Gary''s Student - gsnu200793 "Richard" wrote: Hi i am trying desperately to convert telephone logs from the format hrs:min:secs into minutes and have had no joy. For example i want 10:10:10 presented as 610.17 minutes Any help will be grately appreciated Richard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format Cells for Mins / Secs | Excel Worksheet Functions | |||
how can i convert a value quoted in hrs,mins,secs to just mins | Excel Worksheet Functions | |||
Importing Mins:Secs | Excel Discussion (Misc queries) | |||
How can I calculate a value using time duration in mins & secs | Excel Worksheet Functions | |||
Adding minutes showing total in hours/minutes, i.e., 60 mins + 60 mins + 15 mins to total of 2 hours 15 mins? | Excel Discussion (Misc queries) |