Easter Date

rpring

New Member
Joined
Jun 26, 2008
Messages
3
=FLOOR(DAY(MINUTE(B15/38)/2+56)& " /5/"& B15,7)-36
The above formula will calculate Easter Friday date for the year entered into cell B15.
How does it work?
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
The formula did not work when I tried it. It produced dates in August, December, June, and other months throughout the year when I placed different years in B15.
 
Upvote 0
Sorry,
I should have said the formula goes in cell C15 and the number format is
"dddd dd/mm/yyyy"
Russell
 
Upvote 0
That is what I did, but maybe I still did something wrong.

I pasted the formula into cell c15, and entered a date in cell b15. I also copied the formula down several rows and entered different years in the rows below b15.

I used a date format of mm/dd/yyyy. Could that have caused the error?
 
Upvote 0
This from one of John Walkenbach's books:

=DOLLAR(("4/"&D25)/7+MOD(19*MOD(D25,19)-7,30)*14%,)*7-6

It won a prize for being the most efficient way to calculate Easter Sunday for any given year (in D25). Even he said he couldn't be bothered with figuring out how it works.
 
Upvote 0
The formula did not work when I tried it.

The formula posted by rpring only works correctly if your default date format [set within Regional settings in control panel] is European, i.e. dd/mm/yy. There are other versions which work for US date formats, or with any format, see Chip Pearson's advice here
 
Last edited:
Upvote 0
Both formula give the same result for 2008
=DOLLAR(("4/"&D25)/7+MOD(19*MOD(D25,19)-7,30)*14%,)*7-6
Gives the date for Easter Sunday 39530

=FLOOR(DAY(MINUTE(B15/38)/2+56)& " /5/"& B15,7)-36
Is set to return Easter Friday 39528

The date format can be set to what you like
I would still like to know how they work.

Russell
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,721
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top