+ Reply to Thread
Results 1 to 16 of 16

Setting up a Timesheet for workers with overtime.

  1. #1
    Registered User
    Join Date
    12-23-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    24

    Setting up a Timesheet for workers with overtime.

    Hello everyone my name is Tom. I just started as an assistant for a fairly large group of people.
    I've fiddled with Google docs a bit but Excel is a whole nother monster this is my first project I've done on excel.

    I have a few question I am kind of time sensitive so Instead of researching I was hoping someone would be able to give me some simplified answers.

    1) How can I fix the problem with trying to substitute an empty cell in designated areas for 0. I know you can do sum but the cell is also calculated for overtime so right now all i have is substitute " " (space) for 0 wich is kind of annoying. I want the option to put # of hours or S for sick etc. etc..
    (Bonus?: It'd be nice if I found a way to add up all the S and V and L on the main expenses table)

    2) Is there a way setup that when they come "IN" to work if its after 6am it will put "tardy" in status area then it will copy that incident to another sheet. I'm trying to get everything as automative as possible.

    3) I have no idea how I will do this but I wanted to kind of mark people as either journeyman\apprentice\etc and it will add up all journeymen hours to another sheet, or all apprentice hours to another sheet.

    My goal is to just have a spreadsheet of mostly everything I need to know about each individual person along as well as them all added up. I saw an attendance record

    Any tips and help is GREATLY appreciated! Thank you for atleast giving me your time to read thus far.

    I attached a demo without anyone's names if you want a example.



    EDIT:
    Quote Originally Posted by jason.b75 View Post
    Using the formula that I suggested to enter the 'Tardy' comment in the status column, you could use

    =COUNTIF(December!I16:AC178,"tardy")

    to count all instances of 'Tardy' on the sheet, but without some completed (fictional) data, names, etc on the sample, I don't know what will be going where to count occurrences by name.
    Alright I've attached a sort of demo. Its for an electricians team and Each person is either a Material hander, Apprentice or Journeyman.
    What I hope to achieve Is entering the most minimal amount of data wich will calculate\automate everything else. While also having a simplified summary version for the boss.
    What Im trying to do is find some way to mark people as Apprentice or Journeyman so that their overtime\normal hours gets categories into the correct spot on Sheet: Hours and Expenses Table.
    I have also attached an Attendance Record DEMO that I used for a very short period of time. The only problem with it is I cant calculate overtime and I cant put specific hours (for when they are tardy)
    I may just be over thinking it - But any tips\tricks or suggestions would be greatly appreciated.Attachment 437396 Attachment 437401

    Edit: I love how simple the Attendance Record DEMO is but again I cant put hours. I was brain storming and maybe I could make some sort of way that it will put a list of all Tardies on a seperate sheet maybe so when I put L I can put on that other sheet what exactly the time they came in at.
    Attached Files Attached Files
    Last edited by tommygoesha; 12-28-2015 at 03:12 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: A few questions

    Hi, Tom, welcome to the board.

    Please take a few minutes to read the forum rules, and then amend your thread title accordingly.

    Thanks.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    12-23-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    24

    Re: A few questions

    I couldn't find it besides the one in the bottom right but I believe I may have fixed it.
    Thanks by the way!

  4. #4
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Setting up a Timesheet for workers with overtime.

    Also please read the bit about starting duplicate threads (or not starting them as the rules state).

    You should only start one thread per question / topic, not three.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Setting up a Timesheet for workers with overtime.

    I have closed your other thread on this, please contunue here
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610

    Re: Setting up a Timesheet for workers with overtime.

    In G16, et al.:
    Please Login or Register  to view this content.
    Last edited by protonLeah; 12-24-2015 at 03:46 AM.
    Ben Van Johnson

  7. #7
    Registered User
    Join Date
    12-23-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    24

    Re: Setting up a Timesheet for workers with overtime.

    Well thank you for the very in depth amount of help you have provided. Although where you got three is beyond me. I also posted in two seperate sub forums as I later thought it belonged better in beginning Excel.
    But thanks again for your help.

  8. #8
    Registered User
    Join Date
    12-23-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    24

    Re: Setting up a Timesheet for workers with overtime.

    Thank you!

  9. #9
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Setting up a Timesheet for workers with overtime.

    Quote Originally Posted by tommygoesha View Post
    Although where you got three is beyond me.
    It's beyond me as well now, think I must have refreshed the page as you changed the title on this one and counted it twice, either that or seeing double from the effects of the pre Christmas tipple...

    For the comment in the status column, try this in I16, then fill down to I22 and copy to the other ranges as needed.

    =IF(MOD(H16,1)>0.25,"Tardy","")

    Note that I have used "" and not " " to keep the cell blank when required, using " ", as you have done in G16 can cause problems when you least expect it. (also see post #6 for an alternative formula for G16). An empty cell is 0 by default so there is no need to substitute.

    Try to avoid using merged cells as well, which I notice that you have in columns C and D, if you need to reference those cells in a formula at a later point, that can also create problems.

    That's about as much as we can help you with until you update your sample file, it would be easier to follow if you entered some fictional data to demonstrate a completed sheet, or at least a couple of people / days worth of data. While we could guess, without a few John Doe's, etc. to see where the names will go in each sheet, it would be guesswork that could be wrong.
    Last edited by jason.b75; 12-26-2015 at 09:08 AM.

  10. #10
    Registered User
    Join Date
    12-23-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    24

    Re: Setting up a Timesheet for workers with overtime.

    Quote Originally Posted by jason.b75 View Post
    It's beyond me as well now, think I must have refreshed the page as you changed the title on this one and counted it twice, either that or seeing double from the effects of the pre Christmas tipple...

    For the comment in the status column, try this in I16, then fill down to I22 and copy to the other ranges as needed.

    =IF(MOD(H16,1)>0.25,"Tardy","")

    Note that I have used "" and not " " to keep the cell blank when required, using " ", as you have done in G16 can cause problems when you least expect it. (also see post #6 for an alternative formula for G16). An empty cell is 0 by default so there is no need to substitute.

    Try to avoid using merged cells as well, which I notice that you have in columns C and D, if you need to reference those cells in a formula at a later point, that can also create problems.

    That's about as much as we can help you with until you update your sample file, it would be easier to follow if you entered some fictional data to demonstrate a completed sheet, or at least a couple of people / days worth of data. While we could guess, without a few John Doe's, etc. to see where the names will go in each sheet, it would be guesswork that could be wrong.
    Well #6 was exactly what I was looking for. As for the overtime Columns I just didnt know the formula to ignore Text. So in the hour slot I can either put 10 hours (2 hours overtime) or S (for sick) and it wont mess up the calculation.
    But I was most curious if there is a way to make an automative list of all Lates onto another sheet.
    What I really want to do is have the IN and OUT on a seperate sheet then it automatically Lists tardy on the status column of the monthly report next to overtime.
    Last edited by tommygoesha; 12-28-2015 at 01:20 PM.

  11. #11
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Setting up a Timesheet for workers with overtime.

    Using the formula that I suggested to enter the 'Tardy' comment in the status column, you could use

    =COUNTIF(December!I16:AC178,"tardy")

    to count all instances of 'Tardy' on the sheet, but without some completed (fictional) data, names, etc on the sample, I don't know what will be going where to count occurrences by name.

  12. #12
    Registered User
    Join Date
    12-23-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    24

    Re: Setting up a Timesheet for workers with overtime.

    Quote Originally Posted by jason.b75 View Post
    Using the formula that I suggested to enter the 'Tardy' comment in the status column, you could use

    =COUNTIF(December!I16:AC178,"tardy")

    to count all instances of 'Tardy' on the sheet, but without some completed (fictional) data, names, etc on the sample, I don't know what will be going where to count occurrences by name.
    Alright I've attached a sort of demo. Its for an electricians team and Each person is either a Material hander, Apprentice or Journeyman.
    What I hope to achieve Is entering the most minimal amount of data wich will calculate\automate everything else. While also having a simplified summary version for the boss.
    What Im trying to do is find some way to mark people as Apprentice or Journeyman so that their overtime\normal hours gets categories into the correct spot on Sheet: Hours and Expenses Table.
    I have also attached an Attendance Record DEMO that I used for a very short period of time. The only problem with it is I cant calculate overtime and I cant put specific hours (for when they are tardy)
    I may just be over thinking it - But any tips\tricks or suggestions would be greatly appreciated. Attendance Record DEMO.xls Employee Timecard DEMO.xlsx

    Edit: I love how simple the Attendance Record DEMO is but again I cant put hours. I was brain storming and maybe I could make some sort of way that it will put a list of all Tardies on a seperate sheet maybe so when I put L I can put on that other sheet what exactly the time they came in at.
    Last edited by tommygoesha; 12-28-2015 at 02:16 PM.

  13. #13
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Setting up a Timesheet for workers with overtime.

    Using the Timecard demo, try this trick.

    Select column A (the whole column by clicking the letter at the top).
    Go to the 'Data' tab on the ribbon and click 'Filter'
    Use the filter arrow at the top of column A and de-select 'blanks' then click OK
    Now move over to column AD, in the demo, select AD16:AD28 (the cells in column AD parallel to the visible data in AC).
    Press Ctrl g, then click Special, Visible Cells Only, then OK
    Press f2 and enter this formula, followed by Ctrl Enter, not just Enter.

    =COUNTIF(I17:AC23,"LATE")

    Clear the filter.

    In the 'Late Sheet', enter 'Angel' ain A2 and 'Barry' in A3, then enter this formula in B2 and copy down.

    =SUMIF(December!C:C,A2,December!AD:AD)

    You could use AE to do the same for 'Sick', etc. and hide the helper columns (AD onwards) to make the sheet look neater if needed.

  14. #14
    Registered User
    Join Date
    12-23-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    24

    Re: Setting up a Timesheet for workers with overtime.

    Quote Originally Posted by jason.b75 View Post
    Using the Timecard demo, try this trick.

    Select column A (the whole column by clicking the letter at the top).
    Go to the 'Data' tab on the ribbon and click 'Filter'
    Use the filter arrow at the top of column A and de-select 'blanks' then click OK
    Now move over to column AD, in the demo, select AD16:AD28 (the cells in column AD parallel to the visible data in AC).
    Press Ctrl g, then click Special, Visible Cells Only, then OK
    Press f2 and enter this formula, followed by Ctrl Enter, not just Enter.

    =COUNTIF(I17:AC23,"LATE")

    Clear the filter.

    In the 'Late Sheet', enter 'Angel' ain A2 and 'Barry' in A3, then enter this formula in B2 and copy down.

    =SUMIF(December!C:C,A2,December!AD:AD)

    You could use AE to do the same for 'Sick', etc. and hide the helper columns (AD onwards) to make the sheet look neater if needed.
    Nice! Thats a great tip! Thank you.
    However It's not really what I was looking for. It helps a ton for finding total amount of Tardies and Sicks but I was hoping that everytime I put late, It will automatically make a miniature form. I dont know if this is possible but it would be nice and if possible that it automatically makes them per person.
    The form would be
    Angel | Late\Sick | Blank Date Here | Time in:

    But for this I'll just make a seperate forum post and close this one Thank you for your help!

  15. #15
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Setting up a Timesheet for workers with overtime.

    To do something like that, I think you would need to start looking at vba methods.

    The best thing to do is include an extra tab in your sample sheet that shows the outcome you would like to see, with fully completed samples so that we can see all of the data points before and after.

  16. #16
    Registered User
    Join Date
    12-23-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    24

    Re: Setting up a Timesheet for workers with overtime.

    I think i made it a bit more clear in my new post. http://www.excelforum.com/excel-new-...ml#post4274141
    Again thank you for your help.

+ 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. questions that aren't really excel questions
    By martindwilson in forum The Water Cooler
    Replies: 1
    Last Post: 03-11-2012, 08:21 PM
  2. Please help me with these questions--Thank you
    By dannygina in forum Excel General
    Replies: 2
    Last Post: 10-22-2009, 02:36 PM
  3. Two Questions for any that can help
    By jamesda3asu in forum Excel General
    Replies: 1
    Last Post: 05-03-2009, 06:24 AM
  4. 2 questions
    By Sally Sibthorpe in forum Excel Charting & Pivots
    Replies: 9
    Last Post: 07-26-2006, 05:20 PM
  5. A few questions please help!
    By mjay123 in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 02-08-2006, 04:04 PM
  6. Max / IF questions
    By G in forum Excel General
    Replies: 1
    Last Post: 10-11-2005, 11:05 PM
  7. Two Questions
    By mike in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 06-23-2005, 08:05 PM
  8. [SOLVED] VBA questions
    By Adam in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-25-2005, 07:06 AM

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