Hi !
How to convert the duration into HH:MM:SS format?
I need Google sheet to understand the format of the duration correctly.
Thank you so much!
Hi !
How to convert the duration into HH:MM:SS format?
I need Google sheet to understand the format of the duration correctly.
Thank you so much!
Hey there!
This, if not exactly what you need, should give you all you need to format your duration correctly! Check out the formulas in the Hours, Minutes, and Seconds columns
Hello @Scott_Collier-Weir
Your solution is really excellent and would find its place in the official documentation
Sincerely,
Thierry
@Scott_Collier-Weir Thank you so much for your time and quick response!!!
@Scott_Collier-Weir , I guess you have good reasons not to add the ToTime()
Format("{1}:{2}:{3}",thisRow.Hours,thisRow.Minutes,thisRow.Seconds).ToTime()
which then results in
Cheers, Christiaan
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.