Average Overtime hours

Camelot

New Member
Joined
Mar 3, 2005
Messages
3
I need to figure out the average overtime hours worked.

Each employee submits a timesheet with total hours worked

A B C D E F
AVG OT 9/9 9/16 9/23 9/30....
Bob ??? 42 32 46 49

I need to know the average of how many hours "Bob" worked overtime in a given row.

Thank you in advance!

David.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
=AVERAGE(IF(B1:E1>40,B1:E1))-40, confirmed with CTRL+SHIFT+ENTER

OR, =(SUM(B1:E1)-160)/4

Note that the former tells how many OT hours he averaged when he worked OT, and the latter tells how many OT hours he averaged on each day (including the 0 for the second day in the average)
 
Upvote 0

Forum statistics

Threads
1,215,001
Messages
6,122,648
Members
449,092
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top