How to format a duration as HH:mm in the new Google sheets

前端 未结 4 507
别那么骄傲
别那么骄傲 2021-01-03 17:46

In the new Google sheets there\'s a way of formatting a number as a duration. Format -> Number -> Duration.

  • 1 is formatted as 24:00:00
4条回答
  •  爱一瞬间的悲伤
    2021-01-03 17:54

    There is no need to use formulas for that, you can define your own custom formats.

    Just go to Format -> Number -> More formats -> More date and time formats. It will open a window with several date and time formats to choose from. You can define your own as well, using the upper text area:

    1. Click on the small arrow on the left, and select the first element you want to add: elapsed hours. Notice there are two different "hours", one for time and another for durations.
    2. Type your separator text :
    3. Click on the arrow again and add the second element: Elapsed Minutes.
    4. Finally, click on each element you added, to determine the correct format (trailing zeros or not, for example).

提交回复
热议问题