Feb 07 2008
What Day Is Easter?
Have you ever wondered what day Easter is going to fall on? Well so have I. Wikipedia has been my source of this information for the last few years but it only gives you the date for the next 15 years or so. What if you want to know when is the next time Easter is going to fall on March 23rd? (2160)
Having found a formula for calculating the date I threw together a spreadsheet and did a fill down. Did you know that in the year 3000 Easter Sunday is going to be on April 13th? That’s assuming Easter is still celebrated, the Gregorian calendar is still used or that humans still exist.
What’s more, I have been kind enough to publish this formula and data (until 3176 – until someone asks for more) on Google Spreadsheets at the following url: http://spreadsheets.google.com/pub?key=prVVEmxcBM2cS0KU6TrF7cA
At some point I may add other useful associated dates to the spreadsheet, such as Shrove Tuesday & Ash Wednesday.
Long winded!
try this formula works in google docs!!!
Easter sunday
=FLOOR(DATE(C3,5,DAY(MINUTE(C3/38)/2+56)),7)-34
Good Friday
=FLOOR(DATE(C3,5,DAY(MINUTE(C3/38)/2+56)),7)-36
Easter Monday
=FLOOR(DATE(C3,5,DAY(MINUTE(C3/38)/2+56)),7)-33
I use it to calculate british bank holidays
Ash Wednesday
=FLOOR(DATE(C3,5,DAY(MINUTE(C3/38)/2+56)),7)-80
Shrove Tuesday
=FLOOR(DATE(C3,5,DAY(MINUTE(C3/38)/2+56)),7)-81
Hi Daz,
Thanks for those formulae, I had completely forgotten about this post. When I get some spare time I’ll see about updating the spreadsheet.