Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In Attached file need help to calculate DownTime from [Created Date Time] & [Closed Date Time] in Days,Hours,Minutes & seconds.
Downtime = [Closed Date Time] - [Created Date Time]
thanks
Lalit Kumar
Maybe using Interval() function:
=Interval( [Closed Date Time] - [Created Date Time], 'd hh:mm:ss')