As Promised
As Promised
4/17/1976
ATE, EOMONTH
Month Year WeekDay WeekNum
TWORKDAYS.INTL)
NETWORKDAYS NETWORKDAYS.INTL
DATEDIF(A9,B9,"Y")
Edate EOMonth
EDate -
The EDATE function is used
adding or subtracting a spe
an initial date.
For example:
=EDATE("2024-03-27", 3) w
months after March 27, 202
=EDATE("2024-03-27", -2)
months before March 27, 2
EOMonth -
The function returns the se
the specified number of mo
date's month. If the start_d
or if the resulting month ha
component of the start_dat
day of the resulting month.
For example:
=EOMONTH("2024-03-27",
March 2024.
=EOMONTH("2024-03-27",
May 2024.
=EOMONTH("2024-03-27",
February 2024.
ate -
EDATE function is used to calculate a new date by
ing or subtracting a specified number of months from
nitial date.
example:
DATE("2024-03-27", 3) would return the date three
nths after March 27, 2024.
DATE("2024-03-27", -2) would return the date two
nths before March 27, 2024.
Month -
function returns the serial number of the date that is
specified number of months before or after the start
e's month. If the start_date is the last day of the month
f the resulting month has fewer days than the day
mponent of the start_date, the function returns the last
of the resulting month.
example:
OMONTH("2024-03-27", 0) would return the last day of
ch 2024.
OMONTH("2024-03-27", 2) would return the last day of
y 2024.
OMONTH("2024-03-27", -1) would return the last day of
ruary 2024.