+ Reply to Thread
Results 1 to 5 of 5

Thread: Cunstom time sheet.

  1. #1
    Registered User
    Join Date
    02-10-2012
    Location
    Cowtown Canada
    MS-Off Ver
    Excel 2010
    Posts
    10

    Cunstom time sheet.

    Hello.

    I am developing a time sheet and i want a feature that will indicate the average hours worked per day. The first column is the date and then there is the start time, break and end time and then the total hours worked. It would be relatively easy to average the time over a set 20 days, except that i don't work every day. How do i add up the total hours and divide by the total number of populated cells? Thanks.

  2. #2
    Forum Guru Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    MS Excel 2010
    Posts
    2,251

    Re: Cunstom time sheet.

    Do you mean this array formula

    =AVERAGE(IF(D2:D20>0,D2:D20))

  3. #3
    Registered User
    Join Date
    02-10-2012
    Location
    Cowtown Canada
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Cunstom time sheet.

    I dont think so. I tossed it into the sheet and attached it. Feel free to take a look.


    timesheettest.xlsx

  4. #4
    Forum Guru Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    MS Excel 2010
    Posts
    2,251

    Re: Cunstom time sheet.

    You have to array-enter that formula, but with that data you can simply use

    =AVERAGE(E2:E15)

  5. #5
    Registered User
    Join Date
    02-10-2012
    Location
    Cowtown Canada
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Cunstom time sheet.

    Wow, i guess that is a classic case of me not trying it myself first. I assumed it would include the blank cells in the average. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.2.0