Hi,
I tried different datediff formulas & could not succeed to get the appropriate result.
I want the result in Days, hours & minutes.
I tried the following code, which gives the result in minutes.
=DateDiff("n",[2IPPVstartDate]+[2IPPVstartTime],[2IPPVfinisDate]+[2IPPVfinishTime])\60 & Format(DateDiff("n",[2IPPVstartDate]+[2IPPVstartTime],[2IPPVfinishDate]+[2IPPVfinishTime]) Mod 60,"\:00")
Please help.