+ Reply to Thread
Results 1 to 3 of 3

Dynamic nth Day of Weekday-Next Month

  1. #1
    Registered User
    Join Date
    06-16-2008
    Location
    Arlington, VA
    MS-Off Ver
    2007
    Posts
    93

    Dynamic nth Day of Weekday-Next Month

    I am having some trouble getting this to be reliable. I am using the following formula:

    Please Login or Register  to view this content.
    I would like to be able to type in a number such as 4 so that the formula will return the 4th weekday of the next month.

    How can I do this? I would also like to be able to type in a time in another cell that will be included in this formula, if possible

    Any help would be appreciated.
    Thanks in advance.
    Last edited by nms2130; 06-29-2010 at 09:56 AM. Reason: Solved

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

    Re: Dynamic nth Day of Weekday-Next Month

    By 4th weekday you mean the 4th Monday-Friday day, i.e. 4th weekday of next Month (July 2010) will be Tuesday 6th?

    Put 4 in A1 and use this formula in C1

    =WORKDAY(EOMONTH(TODAY(),0),A1)

    if you want a time added put the time in B1 in time format e.g. 14:00 or 2:00 PM and just add it to the above in C1

    =WORKDAY(EOMONTH(TODAY(),0),A1)+B1

    format C1 in required date/time format
    Audere est facere

  3. #3
    Registered User
    Join Date
    06-16-2008
    Location
    Arlington, VA
    MS-Off Ver
    2007
    Posts
    93

    Re: Dynamic nth Day of Weekday-Next Month

    Works perfectly. Thank You!

+ 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