+ Reply to Thread
Results 1 to 4 of 4

Calculating Regular Hours and OT in Timesheet

  1. #1
    Registered User
    Join Date
    12-19-2013
    Location
    Trevose, PA
    MS-Off Ver
    Excell 2011
    Posts
    2

    Calculating Regular Hours and OT in Timesheet

    SOLVED!

    Hello All,

    I have a pretty basic timesheet that I created and wondered if anyone out there can help solve my question.

    What formula would be best for capping a cell of one employee's total hours worked at 40 and then putting the remaining balance in the cell next to it?

    An example of what I want to do:

    TimeSheet Capture.PNG

    Thanks!

    z0rd
    Last edited by z0rd; 12-19-2013 at 10:44 AM. Reason: Solved

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Calculating Regular Hours and OT in Timesheet

    assuming you have monday to sunday in rows 1 to 7

    you could have REGULAR HOURS as =if(sum(a1:a7)>40,40,sum(a1:a7))

    then

    OVERTIME HOURS as =if(sum(a1:a7)<40,0,sum(a1:a7)-40)
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

  3. #3
    Registered User
    Join Date
    12-19-2013
    Location
    Trevose, PA
    MS-Off Ver
    Excell 2011
    Posts
    2

    Re: Calculating Regular Hours and OT in Timesheet

    This looks like it will do the trick. Thanks! Nathansav

  4. #4
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Calculating Regular Hours and OT in Timesheet

    you will need to format the total as [hh]:mm:ss also

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need formula for calculating hours in timesheet
    By alannanoelle in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 03-25-2013, 02:02 PM
  2. [SOLVED] Regular Hours on Timesheet
    By Meep in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-21-2013, 02:14 AM
  3. Timesheet formula for calculating ordinary hours and overtime hours.
    By zoen in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-18-2011, 04:23 AM
  4. Replies: 6
    Last Post: 10-30-2007, 11:39 PM
  5. [SOLVED] Calculating hours for a timesheet
    By Niq in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-27-2005, 07:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1