Convert 1934 minutes into 32Hour 14Minutes

G

Guest

Hi,

How can I convert the row total of 1934 minutes into 32 hours 14 minutes? I
used Time(0,0,0) and it came up with 8:14:00. I checked and found the system
had brought 1440 minutes to zero already because it's 24 hours.

Also, how can I round up seconds to minute?

Your reply is appreciated.
 
G

Guest

Try this:

A1: 1934
B1: =A1/(24*60)
Number Format B1 is
Category: Time
Type: 37:30:55

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 
G

Guest

If you want to round the B1 value UP to the next hour, try this:

A1: 1934
B1: =CEILING(A1/(24*60),1/24)

B1 equates to 33:00:00, instead of 32:14:00

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 

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