Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default **Finding the sum of multiple time intervals**

I am making a schedule for my business and i need to figure out the total
amount in hours that each employee works. While I tried to do this I had
trouble entering the intervals (ie. 10am to 6 pm), and finding the sum of
them(ie. Monday to Friday)
-thankyou
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default **Finding the sum of multiple time intervals**

hi
to calculate time, you must have a basic understanding of how excel keeps
date/time. mathmaticly time is keep as a decimal value of 1 day. 12 hours =
..5 day

see these sites for more details plus tips, tricks, templates.
http://j-walk.com/ss/excel/files/timesht.htm
http://www.cpearson.com/excel/overtime.htm
http://www.cpearson.com/excel/DateTimeEntry.htm
http://www.xldynamic.com/source/xld.XtraTime.html
http://www.mvps.org/dmcritchie/excel/datetime.htm

regards
FSt1

"Soulja Boy" wrote:

I am making a schedule for my business and i need to figure out the total
amount in hours that each employee works. While I tried to do this I had
trouble entering the intervals (ie. 10am to 6 pm), and finding the sum of
them(ie. Monday to Friday)
-thankyou

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 287
Default **Finding the sum of multiple time intervals**

In it's simplest form, start time in A2, end time in B2 use this formula in C2

=MOD(B2-A2,1)

then to calculate the sum for the week, assuming 7 days, use this formula in
C10

=SUM(C2:C8)

format C10 as [h]:mm, square brackets essential.....


"FSt1" wrote:

hi
to calculate time, you must have a basic understanding of how excel keeps
date/time. mathmaticly time is keep as a decimal value of 1 day. 12 hours =
.5 day

see these sites for more details plus tips, tricks, templates.
http://j-walk.com/ss/excel/files/timesht.htm
http://www.cpearson.com/excel/overtime.htm
http://www.cpearson.com/excel/DateTimeEntry.htm
http://www.xldynamic.com/source/xld.XtraTime.html
http://www.mvps.org/dmcritchie/excel/datetime.htm

regards
FSt1

"Soulja Boy" wrote:

I am making a schedule for my business and i need to figure out the total
amount in hours that each employee works. While I tried to do this I had
trouble entering the intervals (ie. 10am to 6 pm), and finding the sum of
them(ie. Monday to Friday)
-thankyou

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
Time Clock Intervals Laura Excel Discussion (Misc queries) 2 October 18th 07 09:22 PM
SUM-ing date for different time intervals Mortir Excel Worksheet Functions 3 December 11th 06 06:26 PM
what is the formula for adding up time intervals? thinkrabbit Excel Discussion (Misc queries) 4 May 24th 06 06:57 AM
comparing time intervals znaya Excel Worksheet Functions 0 May 8th 06 06:47 PM
Time Intervals ChrisM Excel Worksheet Functions 1 December 7th 05 09:50 PM


All times are GMT +1. The time now is 12:05 AM.

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

About Us

"It's about Microsoft Excel"