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
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
Which version of Excel are you using?
2011 Mac Version
Try this example...
A1: ...any date....03-Sep-2014
This regular formula returns the 3rd occurrence of Tuesday in the month of that date
Where this string: "1011111" flags weekend days (beginning with Monday) with 1's and workdays with 0's.![]()
B1: =WORKDAY.INTL(EOMONTH(A1,-1),3,"1011111")
and this formula returns the 3rd occurrenceo of Thursday in that month
Or...you could just use![]()
C1: =WORKDAY.INTL(EOMONTH(A1,-1),3,"1110111")
C1: =B1+2
In that example,
B1 returns: 16-Sep-2014
C1 returns: 18-Sep-2014
Is that something you can work with?
This worked great. Thanks so much
Thanks for catching that, DLL...
I just assumed it would work..without testing :\
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks