+ Reply to Thread
Results 1 to 3 of 3

Number of Monday - Friday weeks

  1. #1
    Registered User
    Join Date
    01-29-2008
    Posts
    7

    Number of Monday - Friday weeks

    I need to calculate the number of weeks between two dates. So far so simple. However I would like my weeks to run from Monday to Friday. The formula I am currently using is this:

    =TRUNC(((B1-C1)/7*-1)&" Weeks"

    But this only works for weeks running Monday to Monday. I want my weeks to run from Monday to Friday. Anybody any ideas?

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    How about...

    =NETWORKDAYS(A1,A2)/5

    where A1 is start date and A2 is end date


    Note: This is an analysis toopak addin function.... Tools|Addins...Analysis Toolpak
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    I don't understand what you are trying to do
    Counting a week from Mon to Sun or from Mon to Fri ( the following week the same) what is the difference?

+ 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