+ Reply to Thread
Results 1 to 5 of 5

Problems with Formulas to calculate hours worked

  1. #1
    Registered User
    Join Date
    05-01-2013
    Location
    Dublim, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    6

    Problems with Formulas to calculate hours worked

    Hi All,

    I'm Trying to compile a spread sheet to simplify tracking our employees working times. Ideally I would like to only enter the Daily Start Time for each employee, Time Taken for Break, and then the Daily Finish times and allow the work sheet calculate the Total Hours worked each day less their break time, the amount of time of time worked after (the basic 10 hours) overtime worked each day and have these calculated per employee at the end of the 7 Day week.

    Currently I can get enter the start, break, and finish times and this will calculate fine, but the issue is if working less than the 10 hours I get ####. This is the same when there are no working hours entered for eg. Saturday and Sunday, all I get is #### for the overtime cell, and also it calculates 10.00 even though no start/break/finish times have been entered.

    I am also looking for the total number of basic working hours worked and the number of overtime hours worked totalled in the last 2 columns.

    Any help with this would be much appreciated. Sorry if I haven't explained it correctly, I have only very basic knowledge of Excel.
    Attached Files Attached Files
    Last edited by Declan McMonagle; 05-01-2013 at 04:42 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Completely Flumoxed

    Hi Declan and welcome to the board. A few things;
    1. You didn't exactly say what the problem is with your spreadsheet, what is it doing right and what is it doing wrong?
    2. Edit your first post with a more appropriate title describing the problem briefly so that others can use the title to help themselves as described in the rules (an example might be "Timesheet not properly calculating totals")
    http://www.excelforum.com/forum-rule...rum-rules.html
    3. It's hard to fix a spreadsheet from a picture. Upload an example without any confidential information and you'll get better responses with more accurate info. (Go Advanced>Manage Attachments)

    1. Edit your first post with a more suitable
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Completely Flumoxed

    As ChemistB said.
    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Problems with Formulas

    Okay, Excel doesn't like negative times so you need to watch for them.
    FYI, in H2
    =SUM(G4-G3-G2) just needs to be = G4-G3-G2, Excel doesn't require the "SUM"

    In H3, I'd do
    =IF(H2> 0.41666667, H2- 0.4166667, 0)
    Does that help?

  5. #5
    Registered User
    Join Date
    05-01-2013
    Location
    Dublim, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Problems with Formulas to calculate hours worked

    Hi ChemistB, Thanks a million for that, Ill give that a go.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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