+ Reply to Thread
Results 1 to 3 of 3

Calculate the number of weekend days between a date range

  1. #1
    Registered User
    Join Date
    08-09-2012
    Location
    monson, ma
    MS-Off Ver
    Excel 2010
    Posts
    1

    Calculate the number of weekend days between a date range

    I am trying to calculate the number of weekend days (Sat + Sun) in a range given 2 dates, each in their own cell. I have just about lost my mind, there seems to be endless ways of calculating workdays, but weekends are eluding me. PLEASE help!

  2. #2
    Registered User
    Join Date
    08-09-2012
    Location
    Hayes, VA
    MS-Off Ver
    Excel 2010
    Posts
    31

    Re: Calculate the number of weekend days between a date range

    =(A2-A1+1)-NETWORKDAYS(A1,A2) where a1=start date and a2 = end date

    Simply subtracts the workdays from the total leaving the number of weekend days. This formula is inclusive of all days from start to end. In other words- 1 Jul 12 to 31 Jul 12 would be 31 days. If you don't want it inclusive, then remove the +1.

    (OOOPS....corrected)

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

    Re: Calculate the number of weekend days between a date range

    In Excel 2010 you can use NETWORKDAYS.INTL function; it can be customised to count any day or combination of days, e.g. to count Saturdays and Sundays try

    =NETWORKDAYS.INTL(A2,B2,"1111100")
    Audere est facere

+ 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