Date Patterns - Day of the Month Date - Is it Possible to…?
I’m interested in date patterns; this request focuses on holidays.
There are two kinds of holidays…
Set-date-in-the month, like
- New Years Day being January 1 every year
- Independence Day being on July 4 every year
- Christmas being on December 25 every year.
<unsure the right term> Set day-of-the-week in the month
- 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
I’m interested in the patterns of years of the days-of-the week of the holidays that are set days-of-the-week in the month.
Ex.
How often is Memorial Day May 31 (as it was this year (2021), making pool time and end-of-school seem much later than usual)
How often is Thanksgiving on Nov. 22?
Are there any formulas in Numbers that lets you do this?
I’m seeking something like
Example 1… Memorial Day
=<TBD formula>[last Monday in May],<type in the year, like “2021”>
and have the value of the cell be
Monday, May 31, 2021
then I could apply the next cell (down or right…)
=EDATE(<first date>,12) and that cell would show the date the next year
Monday, May 30, 2022
Example 2… Thanksgiving
=<TBD formula>[4th Thursday in November],<type in the year, like “2018”>
and have the value of the cell be
Thursday, November 22, 2018
then I could apply the next cell (down or right…)
=EDATE(<first date>,12) and that cell would show the date the next year
Thursday, November 28, 2019
Any/all help will be appreciated.
Thanks,
Michael