converting formula for whole numbers to time

V

vdmbqb

I am using Office 2007.

In column A I have a list of thirty activities. In column B I have the
amount of minutes each activity took to complete. In cell B31 I have the
total number of minutes from B1:B30. This number appears as a whole number.
For instance 59 minutes appears as 59 and 65 minutes appears as 65.

I need a formula in C31 that will convert the number in B31 to an Hrs and
minutes format.

For instance 59=:59 65=1:05

Thank you (VERY MUCH) in advance.
 
M

Martin Fishlock

Hi Bob:

Try

=TIME(B31/60,MOD(B31,60),0)

and then format the cell as time.
 

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