Forum Discussion

Mike Button's avatar
Mike Button
Copper Contributor
Sep 15, 2017
Solved

Having an Issue with Excel hour/time formatting

0 down vote https://stackoverflow.com/questions/46245285/having-an-issue-with-excel-hour-time-formatting#   I have a column that shows time in hours as example of 19.77 2.04 0 0.19 69....
  • SergeiBaklan's avatar
    SergeiBaklan
    Sep 16, 2017

    Another way:

    1) Insert new empty column (L) next to your column with time (K) and format it as [h]:mm

    2) Into new column add formula

    =K2/24

    and drag it down

    Here you have correct elapsed time now

     

    And in attached file

     

Resources