A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
You can use the same logic I presented in the example, just changing the condition to IF(AND(YEAR()))
Here I leave an example of a condition checking the year in the formula
=IF(AND(YEAR(A2)>1965;YEAR(A2)<1981);"Gen X";"FALSE")