Dates Flashcards
Fill handle
fill days, weeks, months, and years by highlighting at least two cells that display a pattern
TODAY function
The TODAY function returns the serial number of the current date
TODAY()
DATEDIF function
Calculates the number of days, months, or years between two dates. This function is useful in formulas where you need to calculate an age.
DATEDIF(start_date,end_date,unit)
custom dates
formats - more number formats - custom
mmm = first three letters of a month
mmmm = whole name of the month
ddd = first three letters of the weekday
dddd = whole name of the weekday
you can build your own date formats in the custom text bar
dd
will give you the numeric value of a day of the month
i.e., dd = any number of a day of the month, like “05, or 16”
dddd
will return the written weekday name (Monday - Sunday)
mm
returns the numeric value of a month
i.e., mm = 01 for January
mmm
returns an abbreviated written representation for the month
i.e., mmm = Jan
mmmm
returns the full written name for a month
i.e., mmmm = January
eomonth function
Returns the serial number for the last day of the month that is the indicated number of months before or after start_date. Use EOMONTH to calculate maturity dates or due dates that fall on the last day of the month.
EOMONTH(start_date, months)