Extract the Year from a Date
You can extract the year from a date in Excel by using the Year function.
Assuming a date in Cell A1, the following will display the Year:
=Year(A1)

Can't get the tutorial to work for you? Need help with your code?
Get answers right away at our AE Excel Support Forums!
Get answers right away at our AE Excel Support Forums!



Did not work. I got #Value as results
Didn’t work for me either. My date started as 3/26/1990 but came out as 6/12/1905. WTF?
fmanheim: You are probably using different date system than in the example. Try using the format as selected in your computers regional settings. Like here in Finland 30.12.1971
Jenet: Your target cell is formatted as date. Select the cell and from the cells properties (ctrl+1), change the Number -> Category from Date to General
You must format the target cell as a number then the formula works!