=hour formula

  • Thread starter Thread starter Karen
  • Start date Start date
K

Karen

I have summed up the total time, e.g 34:40. Needed to split this into 2 cells
for hours and minutes.

I used the =minute formula which worked fine but the =hour formula only
showed 10hrs.

How function can I use to show 34hrs?
 
With Total time in A1 try the below..

=VALUE(TEXT(A1,"[h]"))

If this post helps click Yes
 
Thank you Jacob, this solved my problems. :)

Jacob Skaria said:
With Total time in A1 try the below..

=VALUE(TEXT(A1,"[h]"))

If this post helps click Yes
---------------
Jacob Skaria


Karen said:
I have summed up the total time, e.g 34:40. Needed to split this into 2 cells
for hours and minutes.

I used the =minute formula which worked fine but the =hour formula only
showed 10hrs.

How function can I use to show 34hrs?
 
Back
Top