Converting to h:mm from regular number

G

Guest

I have a formula that averages time differences (e.g. entrance time to exit
time) by converting the differences regular numbers, then into minutes. The
result is that my average displays in minutes.

I'd like to be able to convert the minutes back into a h:mm format but it's
not working correctly. For instance, I have an average of 73.09 minutes but
when I set the cell format to h:mm it comes back with 5:14 which is
mystifying. How do I get the average to display 1:13? If anyone's got the
answer, please share, and thanks much.
 
B

Biff

Hi!

Divide the result of your formula by 1440:

=formula(......)/1440

Format the cell as [h]:mm

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top