Thread
:
How do I set up a date cell to and 15 years in another cell?
View Single Post
#
2
JE McGimpsey
Posts: n/a
one way:
=DATE(YEAR(A1)+15,MONTH(A1),DAY(A1))
In article ,
"ldavis6" wrote:
I have an end date for a Grant in one cell and the next cell Needs to have 15
years automatically added for a destruction date. All the way down a
spreadsheet.
Thanks
Reply With Quote