ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Adding 40 years to date (https://www.excelbanter.com/excel-discussion-misc-queries/198186-adding-40-years-date.html)

Jaydeebug

Adding 40 years to date
 
In column 'A' I have a date that an event occurred. In Column 'B' I need to
show that date 40 years later. i.e 06/25/2008 in column 'A' needs to be
06/25/2048 in column 'B'. I have a huge number of entries so it is not
convenient to manually enter the new date. Is there a formula for this?

T. Valko

Adding 40 years to date
 
Try this:

A1 = some date

=DATE(YEAR(A5)+40,MONTH(A5),DAY(A5))

--
Biff
Microsoft Excel MVP


"Jaydeebug" wrote in message
...
In column 'A' I have a date that an event occurred. In Column 'B' I need
to
show that date 40 years later. i.e 06/25/2008 in column 'A' needs to be
06/25/2048 in column 'B'. I have a huge number of entries so it is not
convenient to manually enter the new date. Is there a formula for this?




Jaydeebug

Adding 40 years to date
 
Thank you for your help

"T. Valko" wrote:

Try this:

A1 = some date

=DATE(YEAR(A5)+40,MONTH(A5),DAY(A5))

--
Biff
Microsoft Excel MVP


"Jaydeebug" wrote in message
...
In column 'A' I have a date that an event occurred. In Column 'B' I need
to
show that date 40 years later. i.e 06/25/2008 in column 'A' needs to be
06/25/2048 in column 'B'. I have a huge number of entries so it is not
convenient to manually enter the new date. Is there a formula for this?





T. Valko

Adding 40 years to date
 
You're welcome!

--
Biff
Microsoft Excel MVP


"Jaydeebug" wrote in message
...
Thank you for your help

"T. Valko" wrote:

Try this:

A1 = some date

=DATE(YEAR(A5)+40,MONTH(A5),DAY(A5))

--
Biff
Microsoft Excel MVP


"Jaydeebug" wrote in message
...
In column 'A' I have a date that an event occurred. In Column 'B' I
need
to
show that date 40 years later. i.e 06/25/2008 in column 'A' needs to be
06/25/2048 in column 'B'. I have a huge number of entries so it is not
convenient to manually enter the new date. Is there a formula for this?








All times are GMT +1. The time now is 06:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com