In a formula-type column, the YEAR_ADD() function displays a date obtained by adding a number of years to a date-type column. It is used to calculate annual deadlines: contract anniversary date, warranty expiration, renewal date.
Syntax
YEAR_ADD(date_column, number_of_years)
Parameters
The output format of the column can be chosen in the output field options of the formula editor. For more details, see Output format options in the Formula Column article.
Examples
Add years to a date
YEAR_ADD($Date, 1)
The column returns the date shifted by one year.
To identify upcoming deadlines, combine YEAR_ADD() with DAY_DELTA_TODAY() on the resulting date.
Go further
MONTH_ADD
The equivalent in months: add a number of months to a date.
Or continue with
Formula glossary
All available operators and functions, sorted by category.