In Excel, change only the year component of a date

calendar_today Asked Dec 10, 2010
thumb_up 10 upvotes
history Updated April 16, 2026

Question posted 2010 · +3 upvotes

How do I change just the year component of a date using Excel formulas?

example: 12/31/07 –> 12/31/11

Accepted answer +10 upvotes

Use (for example)

=DATE(YEAR(A1)+5,MONTH(A1),DAY(A1))

Top excel Q&A (6)

+10 upvotes ranks this answer #78 out of 167 excel solutions on this site .