About 34,400 results
Open links in new tab
  1. Power Query, Convert Decimal to Hours and Minutes - MrExcel

    Jul 20, 2011 · Currently have data below and want to convert to hours and minutes I loaded to PQ and just changed type for Decimal Column to Time and it works e.g. 0.4 =...

  2. DAX formula to convert time HH:MM:SS into decimal time mm.ss

    Nov 29, 2016 · Call center data - due to the number of records, I'm importing call data into Access and setting the time field type to "date with time" and displaying hh:mm:ss. When I import this data into …

  3. Round To Quarter Hour - Excel Tips - MrExcel Publishing

    May 29, 2018 · Change the fraction from 1/96 to 1/288 to round to five minute increments. Round to five minutes by using 1/288 Converting Times to Hours Another suggestion from Larry: Convert the times …

  4. Power Query - Changing Time to Decimal - MrExcel

    May 6, 2016 · Are you sure the original values were actually time values rather than text? When I set up a column with time values in it and then goto Power Query I get the decimal representation of the …

  5. Converting from decimal hours to [h]hh:mm VBA - MrExcel

    Jul 21, 2013 · Dears, I've a macro working on my spreadsheet which gives me an output in time format, but it is in decimal (0.04375 for example). I know the number is right, coz if I go back to excel, and …

  6. Excel converting time to decimal - how to stop | MrExcel Message Board

    Oct 20, 2010 · It sounds like you have a text time at the moment and possibly Excel is converting to a numeric time value (but you don't have time formatting applied so 12:00 PM for instance would be …

  7. VBA - Converting Decimal Time to Hours and Minutes - MrExcel

    Jul 13, 2011 · Hi, I want to convert, if possible, a time expressed as a decimal value to hours and minutes in VBA. Is there a way I can do this programmatically? Just as a little background the …

  8. VBA Convert Decimal To Time | MrExcel Message Board

    Jun 23, 2007 · I have a range of cells formatted as time (HH:MM). I am looking for some code to put into the sheet's changed event that will convert a decimal entry into time. i.e. if the user types 9.30, the …

  9. VBA - Convert time into decimal hours | MrExcel Message Board

    Apr 24, 2016 · Hi Everyone, I am trying to convert a column filled with time values into decimal hours, with no success. The cells in trying to convert are in column C: Column A Column B Column C User …

  10. Converting time to decimals in Access VBA - MrExcel

    Apr 28, 2010 · How does it work? Converting time to decimals in Access VBA? I tried something like the one below...wont work... Please advice.