How to Add or Subtract Years in Google Sheets
Learn how to move dates forward for backward by whole years.
Learn how to move dates forward for backward by whole years.
The date and time functions in Google Sheets can be grouped into different categories based on their purpose.
The YEARFRAC function takes two dates and returns the years between them, including fractions of a year. You can optionally specify different methods of counting days. This function can be used to calculate someone’s age. An alternative to YEARFAC is DATEDIF which can return the difference between two days in years, months, or days. To … Read more
Convert a month, day, and year to a date.