Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have the interval 26.05.00 that now means 26 hours 05 minutes and 00 second.
I would like change the format in days, so the result of the same interval should be 01.02.05 that it will means 01 day 02 hours and 00 minutes.
Someone can help me with a function?
Regards
Anyway the interval is it not fixed, it is the result of a Sum.
Try this
=Interval(Interval#('26:05:00','hh:mm:ss'),'dd:hh:mm')
Edit:
changed 'MM' to 'mm. Because 'MM' denotes Month
Hello,
really thanks for the replay.
Can you advice me how I can write this function with a Sum.
So my intervall is calculated by a Sum(Time) (inside a Definition of the Expression) and I check intervall in Number format.
I am not sure how I can write it in Definition...
Regards
go to number tab, choose interval and use the format pattern
dd:hh:mm
May be Like this..
=sum(Interval(Interval#(Time,'hh.mm.ss'),'dd.hh.mm'))