I have a report where I am getting the total minutes for a group of patients based on order date and transfer date using a formula called @TimeDiff: datediff("n",{Order_Proc.Order_Time},{Clarity_Adt.Effective_Time}), I then created another formula to sum up the minutes called @SumMin: sum({@TimeDiff}). I can get an AVG IN Minutes but I want an AVG in HOURS and MINUTES. So if I have 4 patients and the total minutes for these 4 patients is 255 minutes the avg in minutes is 63.75. How do I get that in Hours and Minutes ? Thanks.