Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I perform time calculation formuals in excel

I am trying to set up a timesheet on excel. I would like to add the hours
worked between a start and completion time, deduct the value taken for luch
(shown as time out and a time back in) from that total and then show any
hours above a 7 hour shift i.e overtime.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default How do I perform time calculation formuals in excel

standard time

=end_time-start_time-(time_back_in-time_out)-overtime

overtime

=MAX(0,end_time-start_time-(time_back_in-time_out)-TIME(7,0,0))



--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Dave Phillips" <Dave wrote in message
...
I am trying to set up a timesheet on excel. I would like to add the hours
worked between a start and completion time, deduct the value taken for
luch
(shown as time out and a time back in) from that total and then show any
hours above a 7 hour shift i.e overtime.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How do I perform time calculation formuals in excel

Chip Pearson's site has some good stuff on timesheets including lunch breaks and
overtime.

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

Also a downloadable sample workbook.


Gord Dibben MS Excel MVP

On Sun, 1 Jun 2008 16:15:00 -0700, Dave Phillips <Dave
wrote:

I am trying to set up a timesheet on excel. I would like to add the hours
worked between a start and completion time, deduct the value taken for luch
(shown as time out and a time back in) from that total and then show any
hours above a 7 hour shift i.e overtime.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I perform time calculation formuals in excel

Chip's got some good info there, but I'd like to go a step further on my time
summary. Rather than require an "IN" entry coming back from lunch I'd like to
have a formula to calculate it and populate that cell with the results. EX:
I take my lunch at 12:30 and enter the time. When I came back I have to enter
another time (13:30) in the next cell. Whether I take 10 minutes for lunch or
3 hours, I'm supposed to enter 1 hour. Duh but it's not my call.

"Gord Dibben" wrote:

Chip Pearson's site has some good stuff on timesheets including lunch breaks and
overtime.

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

Also a downloadable sample workbook.


Gord Dibben MS Excel MVP

On Sun, 1 Jun 2008 16:15:00 -0700, Dave Phillips <Dave
wrote:

I am trying to set up a timesheet on excel. I would like to add the hours
worked between a start and completion time, deduct the value taken for luch
(shown as time out and a time back in) from that total and then show any
hours above a 7 hour shift i.e overtime.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default How do I perform time calculation formuals in excel

Assume you enter your lunch time in a1, and you want your return time:
=a1+time(1,0,0)

Regards,
Fred

"petz" wrote in message
...
Chip's got some good info there, but I'd like to go a step further on my
time
summary. Rather than require an "IN" entry coming back from lunch I'd like
to
have a formula to calculate it and populate that cell with the results.
EX:
I take my lunch at 12:30 and enter the time. When I came back I have to
enter
another time (13:30) in the next cell. Whether I take 10 minutes for lunch
or
3 hours, I'm supposed to enter 1 hour. Duh but it's not my call.

"Gord Dibben" wrote:

Chip Pearson's site has some good stuff on timesheets including lunch
breaks and
overtime.

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

Also a downloadable sample workbook.


Gord Dibben MS Excel MVP

On Sun, 1 Jun 2008 16:15:00 -0700, Dave Phillips <Dave
wrote:

I am trying to set up a timesheet on excel. I would like to add the
hours
worked between a start and completion time, deduct the value taken for
luch
(shown as time out and a time back in) from that total and then show any
hours above a 7 hour shift i.e overtime.




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
How can I perform calculations in Excel using time? DES Excel Discussion (Misc queries) 2 February 5th 08 11:50 PM
How to perform matrix calculation in excel? Eric Excel Discussion (Misc queries) 1 May 28th 07 02:15 AM
How do I perform calculation on Filtered data Alvin Excel Discussion (Misc queries) 1 December 3rd 06 03:37 AM
Perform calculation from drop down list MiniCooper Excel Worksheet Functions 0 February 21st 06 05:41 PM
perform calculation only if current time is after 10 am julieskennels Excel Worksheet Functions 7 July 18th 05 08:07 PM


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