Hi there,
Im creating a job sheet system, where people enter how many minutes they have spent on a job.
The minutes are totaled up and im left with a total like: 465 (minutes).
I need something that will break that down into hours. (465 minutes is equal to 7 hours and 45 mins).
If I try this calculation: 465 / 60 it equals 7.75. It needs to be 7.45 and I cant find the answer anywhere 
Any help would be massively appreciated