79186508

Date: 2024-11-13 20:17:46
Score: 1
Natty:
Report link

An answer I have test for my working hours tab

A short formula that I use and put the hours format automatically is

=TEXT(INT(A1) + (A1 - INT(A1)) * 100 / 60, "[hh]:mm:ss")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: BubbleWrap1631