0% found this document useful (0 votes)
18 views4 pages

As Promised

Uploaded by

tubojosef
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views4 pages

As Promised

Uploaded by

tubojosef
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 4

DATE TEXT (MONTH) TEXT (DAY)

4/17/1976

DateDif: (StartDate, EndDate, Method{"d" - days, "m" - months, "y" - years})


Difference between dates (DATEDIF: Get days, months, or years between two dates, DAYS
Start Date End Date DATEDIF
4/17/1976 9/28/2020
6/7/2000 10/14/2020
11/15/2020 11/26/2020
3/8/2015 8/19/2022

DATEVALUE, MONTH, YEAR, WEEKDAY, WEEKNUM, EDATE, EOMONTH


DateText DateValue Day
1 Nov 2019
2 Apr 2020
18 Jul 2022
28 Dec 1996

NOW: Get the current date and time

TODAY: Get the current date (CTRL ;)


ths, "y" - years})
s, or years between two dates, DAYS, DAYS360, NETWORKDAYS, NETWORKDAYS.INTL)
Diff in Months Diff in years DAYS DAYS360

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.

You might also like