YEAR - The function returns the year corresponding to a date in Excel
The following article introduces you to the YEAR function - one of the functions in the date and time group function is very popular in Excel.
YEAR - The function returns the year corresponding to a date in Excel Picture 1
Description: The function returns the year value corresponding to a date in Excel. The year value is an integer between 1900 and 9999.
Syntax: YEAR (serial_number).
Inside:
- serial_number: Date to search for the year value, is a required parameter.
Attention:
- Excel stores the date as a serial number to facilitate the calculation process.
- The value returned in the YEAR function will be a Gregorian value regardless of the format.
For example:
Calculate the corresponding annual value of the following specific dates:
YEAR - The function returns the year corresponding to a date in Excel Picture 2
- In the cell to calculate enter the formula: = YEAR (F7)
YEAR - The function returns the year corresponding to a date in Excel Picture 3
- Press Enter -> the corresponding year is:
YEAR - The function returns the year corresponding to a date in Excel Picture 4
- Similarly copying the formula for the remaining values results:
YEAR - The function returns the year corresponding to a date in Excel Picture 5
- In case of incorrect input value serial_number -> function returns error value #VALUE!
YEAR - The function returns the year corresponding to a date in Excel Picture 6
Above are instructions and some specific examples when using the YEAR () function in Excel.
Good luck!
You should read it
- YEAR - The function for the value is the year of a numeric expression in Excel
- DAY function - The function returns the date value of a specific date in Excel
- The DAY function - The function returns the day of the day, month and year in Excel
- SQL Server YEAR function
- ISOWEEKNUM function - The function returns the ordinal number of the year of the week that contains the given date in Excel
- How to separate the date, month, and year columns into 3 different columns in Excel
- NOW function - The function returns the current date and time in Excel
- DATE function - The date function in Excel
- WEEKNUM function - The function returns the week number of the year in Excel
- Instructions on how to fix reverse dates in Excel
- WEEKDAY function - The function returns the weekday of a corresponding date in Excel
- DAYS function, how to use the function to calculate the number of days between two time points in Excel
May be interested
YEARFRAC function - The function returns the fifth calculated by the number of whole days between two specific dates in Excel
NETWORKDAYS.INTL function - The function returns the number of whole working days between 2 dates, specifying weekends in Excel
DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel
DATEVALUE function - Functions to convert text format dates to serial numbers in Excel
DAY function - The function returns the date value of a specific date in Excel
The DAYS function - The function returns the number of days between 2 dates in Excel