+ Reply to Thread
Results 1 to 7 of 7

formula for the third tuesday and the third thursday of each month

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    03-08-2007
    Location
    St. Augustine, Fl
    MS-Off Ver
    Excel 2021 for Mac
    Posts
    399

    formula for the third tuesday and the third thursday of each month

    I'm trying to set a schedule to volunteer at schools the third tuesday and third thursday of each month. Can someone help me with this formula?
    Thanks

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: formula for the third tuesday and the third thursday of each month

    Which version of Excel are you using?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Contributor
    Join Date
    03-08-2007
    Location
    St. Augustine, Fl
    MS-Off Ver
    Excel 2021 for Mac
    Posts
    399

    Re: formula for the third tuesday and the third thursday of each month

    2011 Mac Version

  4. #4
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: formula for the third tuesday and the third thursday of each month

    Try this example...
    A1: ...any date....03-Sep-2014

    This regular formula returns the 3rd occurrence of Tuesday in the month of that date
    B1: =WORKDAY.INTL(EOMONTH(A1,-1),3,"1011111")
    Where this string: "1011111" flags weekend days (beginning with Monday) with 1's and workdays with 0's.

    and this formula returns the 3rd occurrenceo of Thursday in that month
    C1: =WORKDAY.INTL(EOMONTH(A1,-1),3,"1110111")
    Or...you could just use
    C1: =B1+2

    In that example,
    B1 returns: 16-Sep-2014
    C1 returns: 18-Sep-2014

    Is that something you can work with?

  5. #5
    Forum Contributor
    Join Date
    03-08-2007
    Location
    St. Augustine, Fl
    MS-Off Ver
    Excel 2021 for Mac
    Posts
    399

    Re: formula for the third tuesday and the third thursday of each month

    This worked great. Thanks so much

  6. #6
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,703

    Re: formula for the third tuesday and the third thursday of each month

    Quote Originally Posted by Ron Coderre View Post
    .....Or...you could just use
    C1: =B1+2
    That won't always work, though, Ron

    For example In October 2014 the 3rd Tuesday is 21st October, the 3rd Thursday is 5 days earlier on 16th.....
    Audere est facere

  7. #7
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: formula for the third tuesday and the third thursday of each month

    Thanks for catching that, DLL...
    I just assumed it would work..without testing :\

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 07-14-2024, 12:00 PM
  2. [SOLVED] How do you get a cell to be Tuesday-Thursday?
    By galvanator in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-27-2014, 07:03 PM
  3. Number of Thursday left in a month
    By Gibby13 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-23-2012, 02:54 PM
  4. Subtract Tuesday, 8-23-11 at 1:00PM from Thursday, 8-25-11 at 5:00 PM
    By skygazer11030 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-25-2011, 01:56 PM
  5. 2nd Thursday of the month
    By Patrick Simonds in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-25-2006, 12:10 AM

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