Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi! Please I need your help, I would like to transform my formula to time hh:mm:ss. I've tried with time, Interval and TimeStamp, but its not working. I´ve attached my qv file.
Thanks!
Hi,
Try with this using mod function
Time#(Floor(SumOfSum_DiferenciaCL/60) & ':'& Mod(SumOfSum_DiferenciaCL,60),'h:m')
Celambarasan
Finally works many thanks!