Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,814
Default How do I calculate hours worked on 3rd shift?

How do you set up a calculation to compute hours when the shift goes from 11:
p.m. to 7: a.m. Normal calculations won't work in this case.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default How do I calculate hours worked on 3rd shift?

Direct subtraction should work if you tell Excel that the times are for
different dates:
In A1, A2:

9/11/05 11:00 PM
9/12/05 7:00 AM

In A3 put:
=A2-A1 and format as hh:mm and you will see:

8:00
--
Gary''s Student


"Steve" wrote:

How do you set up a calculation to compute hours when the shift goes from 11:
p.m. to 7: a.m. Normal calculations won't work in this case.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 364
Default How do I calculate hours worked on 3rd shift?

check contexture's or chip pearson's page

http://www.contextures.com/xlfaqDat.html

http://www.cpearson.com/excel/datearith.htm

--


Gary


"Steve" wrote in message
...
How do you set up a calculation to compute hours when the shift goes from
11:
p.m. to 7: a.m. Normal calculations won't work in this case.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 364
Default How do I calculate hours worked on 3rd shift?

and just in addition...

if you format a3 as a number, multiply it by 24, =(a2-a1)*24, just in case
you want to figure out an hourly wage, for example.



--


Gary


"Gary''s Student" wrote in message
...
Direct subtraction should work if you tell Excel that the times are for
different dates:
In A1, A2:

9/11/05 11:00 PM
9/12/05 7:00 AM

In A3 put:
=A2-A1 and format as hh:mm and you will see:

8:00
--
Gary''s Student


"Steve" wrote:

How do you set up a calculation to compute hours when the shift goes from
11:
p.m. to 7: a.m. Normal calculations won't work in this case.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How do I calculate hours worked on 3rd shift?

=MOD(E7-D7,1)
Assume Start time is in D7 and End time in E7. Format the cell as Time

--
Regards,
Tom Ogilvy


"Steve" wrote in message
...
How do you set up a calculation to compute hours when the shift goes from

11:
p.m. to 7: a.m. Normal calculations won't work in this case.



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
Calculate Total hours worked during workdays within given shift time. noname Excel Discussion (Misc queries) 2 April 8th 07 06:28 PM
Drivers Hours Timesheet - Calculate Hours Worked on Weekly Basis Graham Excel Discussion (Misc queries) 2 January 28th 07 08:40 PM
Calculate hours worked larry_saudi New Users to Excel 5 October 11th 06 07:46 PM
CALCULATE HOURS WORKED Calculation of hours worked. Excel Discussion (Misc queries) 3 January 20th 05 06:01 PM
Hours worked on job/per shift ziggyg Excel Programming 1 September 21st 03 09:51 PM


All times are GMT +1. The time now is 08:11 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"