timesheet formula to give exact time in hours an minutes

IanNZ

New Member
Joined
Apr 25, 2011
Messages
3
Hey

This is probably a simple question but i can't figure it out.

new to excel and unsure of what formula i need to use.

I'm trying to create a timesheet that will be able to total hours and minutes to look like hh:mm and then be able to total this for the week.

I know i need to have the date as well as the time but i don't want to have to enter the date with every time worked. I have found a sample timesheet that has the date in a seperate cell and the time in another and then use both to be able to total the time.

e.g

12/4/11
Start 09:50
finish 17:00

total 07:10

this would be for seven days and i'd like to be able to total each day for a full weeks time worked.

thanks to anyone that can help with this. if you need more info on what i need please post and i'll reply.

thanks again, appreciate any help.
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
If you only have 1 cell for the day, you do not have to include it in the subtraction of "finish" - "start".

For instance, if you talk about cells A1 to A3 as above:

=A3-A2

will give the number of hours worked. Format this cell as [h]:mm and you're done for 1 day. Repeat this for the other days, and also 1 sum for the weekly total.
 
Upvote 0
Does this help?
Excel Workbook
ABCDEF
1DateStartStopElapse Time
212/4/20119:5017:007:10Format: Custom hh:mm
312/5/20118:3016:257:55
412/6/20118:1517:159:00Format: Custom [h]:mm
512/7/20118:2015:307:10
612/8/20119:1514:104:55
736:10
Sheet1
Excel 2007
Cell Formulas
RangeFormula
D2=C2-B2
D3=C3-B3
D4=C4-B4
D5=C5-B5
D6=C6-B6
D7=SUM(D2:D6)
 
Upvote 0
hey

thanks so much that adds it all perfect.

when i try to total all the times though for the full week using

=c14+g14+e14+i14+o etc

it only totals two days and ignores the rest?
 
Upvote 0
Did you format the total cell as Jim suggested? You need to use the custom format [h]:mm so that totals over 24 hours are correctly displayed
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,730
Members
452,939
Latest member
WCrawford

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