Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
I have an output in seconds. how to convert it into minutes.
Thanks
no i am just trying to explain
Even, Question not clear. I am sorry
the result will be with comma
So convert 2400 seconds to 40 mins? Is this what you want to do?
Interval(Interval#(SecondsField, 's'), 'm') as Minutes
Can you explain little bit more
For example if your input is 4200 sec then what is your expected output???
Regards
This helped me:
=Interval(Interval#([Voice(MIN)], 's'), 'hh:mm:ss')