About 50 results
Open links in new tab
  1. Convert time format to 24 hours [SOLVED] - Excel Help Forum

    Jul 17, 2022 · Re: Convert time format to 24 hours Glad to have helped. If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  2. Converting a Time (hh:mm) to fractional hours & rounding the result ...

    May 15, 2012 · The unit of time in Excel is the day. The subunit is the hour (24 hr/day). When you enter 1:45 (elapsed time since midnight) in a cell, Excel internally uses 1.75 hrs ÷ 24 hr / day = 0.07291 …

  3. Rounding Hours and Minutes to 15-Minute Billable Units [SOLVED]

    Oct 4, 2023 · I am looking for a formula that will take total hours and minutes provide the total number of 15-minute units, rounding down if the minutes are equal to or less than 7. 1 unit = 15 minutes …

  4. Decimal Time to Hours and Minutes over 24 hours in total [SOLVED]

    Aug 17, 2012 · I want to convert the total decimal time to hours and minutes. When the total is below 24 hours the formula "TEXT (M5/24,"h:mm")" works fine but when the total is over 24 hours it does not …

  5. How do I format/convert Time -> Hours worked? (AM/PM to Decimal)

    Mar 29, 2011 · In general you multiply by 24 to convert time format to decimal format so if you have 8:15 AM in C3 and 5:30 PM in D3 then you can use this formula in E3 to get decimal hours = (D3-C3)*24 …

  6. How to convert time (9:15) to time in quarter hours (9.25)

    Mar 31, 2015 · Re: How to convert time (9:15) to time in quarter hours (9.25) My input data is likely the issue. It comes from reporting software designed for paratransit operations circa 1997. I'm pasting …

  7. Best way to convert hours and minutes to minutes [SOLVED]

    Aug 2, 2023 · I have a column with hours and minutes expressed as (example) "1h 30m" what is the best way to convert to minutes or ideally hours and a decimal fraction like "1.5" hours.

  8. Converting Time to an Absolute Number [SOLVED] - Excel Help Forum

    Jul 11, 2012 · Re: Converting Time to an Absolute Number Times are just fractions of a 24 hour day ... Midday = 12:00 = 0.5. So, just multiply your time, 19:00, by 24 to get the fraction of a day. Regards, …

  9. Convert Milliseconds into Hours Formula - Excel Help Forum

    Mar 21, 2016 · Re: Convert Milliseconds into Hours Formula Provided your data is stored as a time format in Excel it is treated as a fraction of a day. As there are 86,400,000 milliseconds per day (24 …

  10. Need to convert hours and minutes to hours and tenths.

    Feb 9, 2006 · I have a spreadsheet that tracks time - I currently convert hours and minutes by adding the hours and multiplying the minutes by 1.666667. example 8 hours and 30 minutes - =8+.30*1.666667 …