I am making a form to calculate time sheet hours and pay. We sign in on our time sheets by hand (I don't know why but we do) and they want to be able to enter these times into a form and have it spit out the pay amount for the employee. Not so bad, so I thought. I am having them input time in medium time format for ease of use. This totals up nicely at the end but I need to convert the total hours into a usable number for calculations. i.e. 7:30 total hours that day should translate to 7.50 hours etc. How do I do this conversion? Is is possible? Thank you.