Results 1 to 5 of 5

How to Total the number of hours-worked on each date?

Threaded View

  1. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: How to Total the number of hours-worked on each date?

    combination of countif/sumif should do the trick

    in O5
    Formula: copy to clipboard
    =IF(COUNTIF($B$5:B5,B5)=0,"",IF(COUNTIF($B$5:B5,B5)=COUNTIF(B:B,B5),COUNTIF($B$5:B5,B5),""))


    in p5
    Formula: copy to clipboard
    =IF(O5="","",SUMIFS(H:H,B:B,B5))


    in column Q
    not quite sure the logic is but the formula in there doesnt seem to work on certain lines
    Last edited by humdingaling; 12-20-2017 at 12:21 AM.
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. VBA place hours worked on master sheet depending of the date worked in that week
    By guhaseelan in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-22-2017, 10:35 AM
  2. [SOLVED] How to work out number of 'days' worked based on total hours
    By tangcla in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-20-2016, 10:12 PM
  3. Replies: 0
    Last Post: 01-18-2016, 03:55 PM
  4. [SOLVED] Calculate total hours worked between 2 date/time stamps ignoring weekends and holidays
    By drewship in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-01-2015, 09:59 AM
  5. Replies: 4
    Last Post: 02-12-2013, 07:01 AM
  6. Replies: 6
    Last Post: 05-03-2010, 12:03 PM
  7. total of hours worked
    By carolynkeene in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-21-2006, 03:29 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