How to add year in date in excel?
1 answer(s)
Answer # 1 #
📊 Adding Year to a Date in Excel
- Suppose your date is in cell A1.
- Use formula:
=DATE(YEAR(A1)+1, MONTH(A1), DAY(A1)) (replace +1 with the number of years to add) - Press Enter, and the new date with updated year appears.
Tip: For bulk update, drag the formula down the column.