DOMENICA.DI.PASQUA

Restituisce la data della Pasqua per l'anno indicato.

Syntax

DOMENICA.DI.PASQUA(Anno)

Anno è un intero compreso tra 1583 e 9956 oppure 0 e 99. Potete anche calcolare le altre festività con una semplice addizione.

Pasquetta = DOMENICA.DI.PASQUA(Anno) + 1

Venerdì Santo = DOMENICA.DI.PASQUA(Anno) - 2

Domenica di Pentecoste = DOMENICA.DI.PASQUA(Anno) + 49

Lunedì di Pentecoste = DOMENICA.DI.PASQUA(Anno) + 50

Example

=EASTERSUNDAY(2000) returns 2000-04-23.

=EASTERSUNDAY(2000)+49 returns the internal serial number 36688. The result is 2000-06-11. Format the serial date number as a date, for example in the format YYYY-MM-DD.