Date Patterns - Is there a formula for n-th Day of the Month Holidays?
I’m interested in date patterns; this request focuses on holidays, specifically holidays that are the n-th day of the month.
There are two kinds of holidays…
Set-date-in-the month holidays, like
- New Years Day being January 1 every year
- Independence Day being on July 4 every year
- Christmas being on December 25 every year.
"n-th day of the month" holidays, like...
- Dr. Martin Luther King Jr. Day - third Monday in January
- Memorial Day - last Monday in May
- Labor Day - first Monday in September
- Thanksgiving - fourth Thursday in November
Is there a formula that lets you determine the date of the day-of-week that is Thanksgiving on any given year?
I'm seeking something like
=<FormulaName>(<n-th day of the month> <year>)
Example 1:
=<FormulaName>(4th Thursday in November,2012)
and the cell value would be formattable to
November 22, 2012
Example 2:
=<FormulaName>(4th Thursday in November,2021)
and the cell value would be formattable to
November 25, 2021
Thanks,
Michael