+ Reply to Thread
Results 1 to 6 of 6

Count days between dates for a part-time worker

  1. #1
    Registered User
    Join Date
    04-26-2011
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    2

    Count days between dates for a part-time worker

    I work only on Wednesdays and Thursdays. I'd like to calculate the number of my working days between two dates.

    NETWORKDAYS seems like the right place to start, but I can't think of how to tell it to ignore Mondays, Tuesdays and Fridays as well as the weekend days.

    Thanks,
    Melanie
    Last edited by catbrier; 04-27-2011 at 03:11 AM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Count days between dates for a part-time worker

    Assuming your start date is in cell A2, and end date in A3, then try:

    Please Login or Register  to view this content.
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Count days between dates for a part-time worker

    This formula would give you that result

    =SUM(INT((WEEKDAY(A2-{4,5})+A3-A2)/7))
    Audere est facere

  4. #4
    Forum Contributor day92's Avatar
    Join Date
    04-20-2010
    Location
    Los Angeles
    MS-Off Ver
    Excel 360
    Posts
    600

    Re: Count days between dates for a part-time worker

    Im sure their is an easier way to do this but this should work..

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    04-26-2011
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Count days between dates for a part-time worker

    You people rock! Thanks for your helpful solutions. I'll fiddle around with all three until I understand them.

    Thanks,
    Melanie

  6. #6
    Registered User
    Join Date
    04-03-2014
    Location
    Manchester, United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Count days between dates for a part-time worker

    Hi, i was wondering if anyone could help me. I am having a similar problem to the above but i have just hit on a small snag. For full time workers i am using a NETWORKDAYS forumla:

    (=IF(A11="","",NETWORKDAYS(A11,B11,'Bank Holiday list'!$A$2:$A$40)))

    This is really useful as it allows me to exclude bank holidays and forced closure days. However i am now trying to create a formula which will allow me to do the same thing for part time workers. I have just tried daddylonglegs formula from above and this is working really well apart from not excluding bank holidays, is there any way to tweak it to do this?

    Many thanks

    Derrick

+ 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