+ Reply to Thread
Results 1 to 4 of 4

Formulas - count the amount of working weeks from a date until present date

  1. #1
    Registered User
    Join Date
    01-09-2008
    Posts
    2

    Question Formulas - count the amount of working weeks from a date until present date

    HELP PLEASE!!
    I am an intermediate user of excel but I am struggling with a certain formula.

    I am looking for a formula that will count the amount of working weeks from a date until present date!?? Can anyone help?

    Regards

    Andy

  2. #2
    Forum Expert
    Join Date
    01-03-2006
    Location
    Waikato, New Zealand
    MS-Off Ver
    2010 @ work & 2007 @ home
    Posts
    2,243
    hi Andy,

    Chip's below link is a page full of info with various links at the bottom for working with dates & somewhere in one of the links you should be able to find exactly what you want (perhaps the "datedif" or "weeks, difference between...").

    http://www.cpearson.com/Excel/datetime.htm

    hth
    Rob
    Rob Brockett
    Kiwi in the UK
    Always learning & the best way to learn is to experience...

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    I think you'd have to define exactly what you mean by working week

    You could use NETWORKDAYS function (which is part of Aanalysis ToolPak add-in) to count working days and then divide by 5

    =NETWORKDAYS(A1,TODAY())/5

    assuming your date is in A1. Note the count includes both A1 and today and you may not get a whole number.

    You could count Mondays between your date and TODAY()...

    =INT((WEEKDAY(A1-2)+TODAY()-A1)/7)

    but if today is Monday and A1 was 7 days ago this will count both Mondays....

  4. #4
    Registered User
    Join Date
    01-09-2008
    Posts
    2
    Hi Guys,

    Thank you very much for your help! I will look at this today and I need anymore help I will shout. Much appreciated.

    Kind Regards

    Andy

+ 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