Returns a date, from a user-supplied year, month and day
TIME
Returns a time, from a user-supplied hour, minute and second
DATEVALUE
Converts a text string showing a date, to an integer that represents the
date in Excel’s date-time code
TIMEVALUE
Converts a text string showing a time, to a decimal that represents the time in Excel
Extract components of a Date
DAY
Returns the day (of the month) from a user-supplied date
MONTH
Returns the month from a user-supplied date
YEAR
Returns the year from a user-supplied date
WEEKNUM
Returns an integer representing the week number (from 1 to 53) of the year from a user-supplied date
WEEKDAY
Returns an integer representing the day of the week for a supplied date
ISOWEEKNUM
Returns the ISO week number of the year for a given date
Extract components of a Time
HOUR
Returns the hour part of a user-supplied
time
MINUTE
Returns the minute part of a user-supplied time
SECOND
Returns the seconds part of a user-supplied time
Extract components of a Time
EDATE
Returns a date that is the specified number
of months before or after an initial supplied start date
EOMONTH
Returns a date that is the last day of the month which is a specified number of months before or after an initial supplied start date
WORKDAY
Returns a date that is a supplied number of working days (excluding weekends & holidays) ahead of a given start date
WORKDAY.INTL
Returns a date that is a supplied number of working days (excluding weekends & holidays) ahead of a given start date, using supplied parameters to specify weekend days