+ Reply to Thread
Results 1 to 6 of 6

Monthly Hours Tracking

  1. #1
    Registered User
    Join Date
    08-26-2016
    Location
    Toronto, Canada
    MS-Off Ver
    2013
    Posts
    3

    Question Monthly Hours Tracking

    Hey guys,

    I've been pretty stumped on this one problem: I need a formula that will sum up all of the hours worked by an employee for a month. I'll be picking the name from a drop down list, and the idea is that it will look up all the relevant data in a separate spreadsheet. It gets tricky because on the spreadsheet it will lookup from, hours are done by day (so i will need to sum up a row), and there is also multiple rows for one name because the sheet is set up by location. So basically, I need to lookup values on multiple rows AND columns, then sum all of them up. Would this be possible to do in 1 cell? Let me know what you think. Thanks.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,734

    Re: Monthly Hours Tracking

    i assume a sumif() would not work
    But not sure i understand the multiple columns - so

    Please upload a small clean sample of your data / workbook (not a picture) to the forum, Make sure you have removed any private information, remember this is a public forum and so available to anyone
    We would like to see an example of your data and also a manual mock up of the expected results you want to achieve.

    To attach a file to your post,
    click "Go advanced" (next to quick post),
    scroll down until you see "manage Attachments",
    click that and select "Choose File" (top Left corner).
    Find your file, click "Open" click "upload" click 'close windows" Top Right. click "Submit Reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    08-26-2016
    Location
    Toronto, Canada
    MS-Off Ver
    2013
    Posts
    3

    Post Re: Monthly Hours Tracking

    Here is a sample for further clarification. I've added a formula that works, but stops after one row. Thanks.
    Attached Files Attached Files

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,734

    Re: Monthly Hours Tracking

    you need to change the format so that the heading are actual dates
    and then you can use
    =SUMPRODUCT(((C$1<=Hours!$D$1:$BT$1)*(D$1>Hours!$D$1:$BT$1))*(Hours!$B$2:$B$20=$A2)*Hours!$D$2:$BT$20)

    you can always format the cells to display the dates however, you like - BUT they must be dates for this to work

    see example attached
    and also this website
    http://www.get-digital-help.com/2009...eria-in-excel/
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    08-26-2016
    Location
    Toronto, Canada
    MS-Off Ver
    2013
    Posts
    3

    Re: Monthly Hours Tracking

    Worked, thanks a lot. You're a life saver.

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,734

    Re: Monthly Hours Tracking

    you are welcome
    thanks for rep

+ 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. Replies: 5
    Last Post: 06-30-2016, 08:37 AM
  2. Replies: 1
    Last Post: 06-29-2016, 08:56 AM
  3. Help Please...!! How To Separate Regular & Overtime Hours From Total Monthly Hours
    By iffyxalone in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-29-2016, 08:55 AM
  4. Replies: 1
    Last Post: 06-29-2016, 08:55 AM
  5. Monthly, Bi-monthly, Quarterly, Yearly Report Tracking Help
    By eugene_lys in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-26-2014, 11:08 PM
  6. Replies: 8
    Last Post: 03-19-2009, 11:01 PM
  7. [SOLVED] How do I set up monthly random work schedule for 60 hours monthly
    By The Ace of the Base in forum Excel General
    Replies: 0
    Last Post: 04-04-2006, 02:40 PM

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