+ Reply to Thread
Results 1 to 3 of 3

Number of days passed monthly/yearly

  1. #1
    Registered User
    Join Date
    08-29-2008
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    68

    Number of days passed monthly/yearly

    I would like to use a formula that calculates the number of days passed in month based on the current date.
    I have todays date, and i know how many working days are in the month but I would like the formula to calculate how many days have passed based on the todays date.
    Can this also apply for yearly and what formula would i use?

    Attached is sample of what i am trying to do.
    Attached Files Attached Files
    Last edited by cell-dweller; 06-20-2010 at 10:31 PM.

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

    Re: how to work out number of days passed monthly/yearly

    Try this formula in B3

    =NETWORKDAYS(B1-DAY(B1)+1,B1,J2:J11)

    and in B5

    =NETWORKDAYS(DATE(YEAR(B1),1,1),B1,J2:J11)

    Those will both include today's date in the count......
    Audere est facere

  3. #3
    Registered User
    Join Date
    08-29-2008
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    68

    Re: how to work out number of days passed monthly/yearly

    Not sure how it work, but it does. Thanks.

+ 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