Time Formats

Tim_Whyte

New Member
Joined
Sep 19, 2002
Messages
6
I'm setting up a time sheet and I'm looking for a formula that will convert total hours worked in a day from the h:m format to a h.m format. For example if an employee works 6:30 hours then it would read 6.5 hours.

Any ideas?
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
On 2002-09-20 10:14, Tim_Whyte wrote:
I'm setting up a time sheet and I'm looking for a formula that will convert total hours worked in a day from the h:m format to a h.m format. For example if an employee works 6:30 hours then it would read 6.5 hours.

Any ideas?

=A1*24

where A1 houses a time value like 6:30.

Format the formula cell as General.
 
Upvote 0
Trying to expand on this.
I have a job expense sheet which I try to track regular hours and overtime hours. Right now I am filling in those manually. I can get a total hours using the above mentioned. How can I split it so hours from 8-4:30pm show up as regular and everything else as overtime.
Thanks
 
Upvote 0
What's overtime? Anything over 8 hrs? Like this...
Book2
ABCDEFGH
1BeginEndRegularOvertime
28:0016:3080.5
3
4
5
Sheet1

This message was edited by Mark W. on 2002-09-20 12:36
 
Upvote 0

Forum statistics

Threads
1,226,243
Messages
6,189,840
Members
453,575
Latest member
Taljanin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top