Time Calculation Formula!

M

Mike

I have a program that gives me time in whole number format. ie 17.5 hours. I
need to know how to I create a formula that would turn that in actual hours
and minutes.
 
M

Mike

Thank you so much! Also, what do I need to do to show Hr:Min and seconds

Biff said:
Hi!

Divide by 24 and format the cell as [h]:mm

=A1/24 = 17:30

Biff

Mike said:
I have a program that gives me time in whole number format. ie 17.5 hours.
I
need to know how to I create a formula that would turn that in actual
hours
and minutes.
 
B

Biff

Hi!

Use a format like [h]:mm:ss

Biff

Mike said:
Thank you so much! Also, what do I need to do to show Hr:Min and seconds

Biff said:
Hi!

Divide by 24 and format the cell as [h]:mm

=A1/24 = 17:30

Biff

Mike said:
I have a program that gives me time in whole number format. ie 17.5
hours.
I
need to know how to I create a formula that would turn that in actual
hours
and minutes.
 
M

Mike

Thanks!

Biff said:
Hi!

Use a format like [h]:mm:ss

Biff

Mike said:
Thank you so much! Also, what do I need to do to show Hr:Min and seconds

Biff said:
Hi!

Divide by 24 and format the cell as [h]:mm

=A1/24 = 17:30

Biff

I have a program that gives me time in whole number format. ie 17.5
hours.
I
need to know how to I create a formula that would turn that in actual
hours
and minutes.
 
Top