Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
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 |
#3
![]() |
|||
|
|||
![]()
=DATE(YEAR(A1)+15,MONTH(A1),DAY(A1))
where A1 holds the end date, copy down Regards, Peo Sjoblom "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 |
#4
![]() |
|||
|
|||
![]()
try
=DATE(YEAR(D1)+15,MONTH(D1),DAY(D1)) -- Don Guillett SalesAid Software "ldavis6" wrote in message ... 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 |
#5
![]() |
|||
|
|||
![]()
=DATE(YEAR(A1)+15,MONTH(A1),DAY(A1))
HTH Jason Atlanta, GA -----Original Message----- 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula with text and reference to a date cell | Excel Discussion (Misc queries) | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions | |||
Using formulas to determine date in one cell based on date in anot | Excel Worksheet Functions | |||
Extract date from cell | Excel Worksheet Functions |