Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
garpavco
 
Posts: n/a
Default WHAT'S THE FORMULA FOR CALCULATING OVERTIME IN 1 CELL? EXAMPLE: 8.

TRYING TO CALCULATE 8 HRS STRAIGHT TIME, IN ADDITION TO ANY HOURS OVER 8
MULTIPLY BY 1 1/2 IN THE SAME CELL
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

A1: <hours
A2: <rate

A3: =(A1+MAX(A1-8,0)/2)*A2


BTW - ALL CAPS in these groups is generally considered the equivalent
of shouting, and should be avoided. It's also harder to read...

In article ,
"garpavco" wrote:

TRYING TO CALCULATE 8 HRS STRAIGHT TIME, IN ADDITION TO ANY HOURS OVER 8
MULTIPLY BY 1 1/2 IN THE SAME CELL

  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

One way, assume you have time out in B2 and time in in A2, rate per hour in H2

=MIN(B2-A2,8/24)*24*H2+MAX(0,B2-A2-8/24)*24*1.5*H2

format as number or currency

Regards,

Peo Sjoblom

"garpavco" wrote:

TRYING TO CALCULATE 8 HRS STRAIGHT TIME, IN ADDITION TO ANY HOURS OVER 8
MULTIPLY BY 1 1/2 IN THE SAME CELL

  #4   Report Post  
RODY
 
Posts: n/a
Default

TRY THIS ONE 1 (0=12AM .5=12PM) RIGHT CLICK THE CELL THEN CHANGE FORMAT THEN
TIME. YOU DIVIDE 1 BY 24 TO GET PER HOUR

"garpavco" wrote:

TRYING TO CALCULATE 8 HRS STRAIGHT TIME, IN ADDITION TO ANY HOURS OVER 8
MULTIPLY BY 1 1/2 IN THE SAME CELL

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
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
looking for a formula Amanda Excel Worksheet Functions 5 January 5th 05 07:37 AM
How can I write an if-then formula for 0 or less than 0 in cell t. Baz1 Excel Worksheet Functions 1 November 30th 04 04:33 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


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