Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am putting together a worksheet and having diff. w/ figuring out how to
total 2 cells in the same row w/ getting the number of total hours worked in the last cell. so someone works from 7:30am to 3:30pm I want to total this and put total hours in 3 cell how do I do this. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
as long as the times are in actual time format: 7:30 AM and 3:30 PM, do
=(B2-A2)*24 and format as Number. This does NOT take into account lunch, so may need to add in a -1 or -:30 "martha" wrote: I am putting together a worksheet and having diff. w/ figuring out how to total 2 cells in the same row w/ getting the number of total hours worked in the last cell. so someone works from 7:30am to 3:30pm I want to total this and put total hours in 3 cell how do I do this. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Col A Col B Col C
7:30 AM 3:30 PM =B1-A1 and custom format the formula cell to [h]:mm If this post helps click Yes --------------- Jacob Skaria "martha" wrote: I am putting together a worksheet and having diff. w/ figuring out how to total 2 cells in the same row w/ getting the number of total hours worked in the last cell. so someone works from 7:30am to 3:30pm I want to total this and put total hours in 3 cell how do I do this. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
time sheet needed to total weekly hours worked by staff | Excel Discussion (Misc queries) | |||
Converting Millitary Time to Hours worked and OT hours | Excel Worksheet Functions | |||
Calculate Total hours worked during workdays within given shift time. | Excel Discussion (Misc queries) | |||
Keeping track of and totaling hours worked | Excel Discussion (Misc queries) | |||
Getting a total of hours & mins worked per week | New Users to Excel |