The YEAR Function
It returns the year of a date, represented by a serial number. The year is given as an integer ranging from 1900 to 9999.
It returns the year of a date, represented by a serial number. The year is given as an integer ranging from 1900 to 9999.
It returns the month of a date, represented by a serial number. The month is given as an integer ranging from 1 to 12.
It returns the day of a date, represented by a serial number. The day is given as an integer ranging from 1 to 31.
It returns the serial number of the current date and time.
It returns the serial number of the current date.
It combines three separate values to form a date and returns that date.
It returns TRUE if the formula you specify leads to an error. If there is no error in the formula ISERROR returns FALSE.
It returns a value you specify if a formula leads to an error. If there is no error in the formula IFERROR returns its result. It is part of the logical functions of Excel.
It returns the inverse of a logical value. If a logical value is TRUE it returns FALSE and vice versa. It is part of the logical functions of Excel.
It is used to make logical comparisons between two values and return two results. One if the comparison is TRUE and one if the comparison is FALSE. It is part of the logical functions of Excel.