I will explain this with an example:
Let's say I have a flow value, like 2 liter per hour. And let's say I have a container that is 3 liter big.
If I use a formula to get how much time I need to fill the container, as result 1.5 that is One hour and Half.
Instead of 1.5, I need to have an HH:MM:SS format, that will convert "1.5" to "1:30" or "1h 30m". I have looked all around stackoverflow and google, but seems I am the only one on earth with this need. There is a way to get this?