#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 447
Default =hour formula

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default =hour formula

=INT(A1*24)


"Karen" wrote:

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?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default =hour formula

With Total time in A1 try the below..

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

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


"Karen" wrote:

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?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 447
Default =hour formula

Thank you Jacob, this solved my problems. :)

"Jacob Skaria" wrote:

With Total time in A1 try the below..

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

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


"Karen" wrote:

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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting from 12-hour to 24-hour format Nathan Excel Worksheet Functions 2 July 15th 08 03:51 PM
How do I set up a formula for parts (or units) per hour? Ender-DI Excel Worksheet Functions 10 April 13th 06 12:35 PM
convert decimal numbers to a fraction of an hour for payroll hour Flower Excel Worksheet Functions 4 February 10th 06 08:46 PM
Formula for Hour Minute and Second Dr.H.Subramanian Excel Worksheet Functions 7 August 10th 05 12:34 PM
How can I round an hour to the nearest 1/4 hour? Ms Chewie Excel Worksheet Functions 5 December 21st 04 06:05 AM


All times are GMT +1. The time now is 11:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"