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 add hours worked in exel

I work different times every week.I want to be able to total the hours worked
each day to include overtime for each week automatically. for example day
one I work from 2PM to 8 Pm .over time starts at 6pm. normal payment is
$25.00 overtime is 15%+
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default How do I add hours worked in exel

To specifically address your question:
Cell A1 enter time in. Cell B1 time out. Cell C1 this:
=IF(B1<=0.75,(B1-A1)*24*25,(0.75-A1)*24*25+(B1-0.75)*24*25*1.15)
A better approach, though, is to get yourself a well designed timesheet.

"Wilfred" wrote:

I work different times every week.I want to be able to total the hours worked
each day to include overtime for each week automatically. for example day
one I work from 2PM to 8 Pm .over time starts at 6pm. normal payment is
$25.00 overtime is 15%+
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default How do I add hours worked in exel

Assuming you don't work through midnight, and overtime rate begins at 6:00 PM
regardless of hours workd.

"Tevuna" wrote:

To specifically address your question:
Cell A1 enter time in. Cell B1 time out. Cell C1 this:
=IF(B1<=0.75,(B1-A1)*24*25,(0.75-A1)*24*25+(B1-0.75)*24*25*1.15)
A better approach, though, is to get yourself a well designed timesheet.

"Wilfred" wrote:

I work different times every week.I want to be able to total the hours worked
each day to include overtime for each week automatically. for example day
one I work from 2PM to 8 Pm .over time starts at 6pm. normal payment is
$25.00 overtime is 15%+
Thanks

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
wages - multiply hours and minutes by number of hours worked Carol (Australia) Excel Discussion (Misc queries) 6 April 1st 07 01:16 AM
Drivers Hours Timesheet - Calculate Hours Worked on Weekly Basis Graham Excel Discussion (Misc queries) 2 January 28th 07 08:40 PM
Most hours worked spankydata New Users to Excel 3 August 10th 06 09:51 AM
How do I get Exel to return # of hrs. worked, start time is enter joyce007 Excel Worksheet Functions 1 January 4th 06 03:36 PM
Hours worked Keith Bowman Excel Worksheet Functions 2 November 26th 04 07:07 PM


All times are GMT +1. The time now is 05:47 PM.

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"