Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default 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?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default 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?






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding years to a date sumitk Excel Discussion (Misc queries) 4 May 18th 06 09:12 PM
Adding values for selected years OSDavidL Excel Worksheet Functions 6 February 9th 06 09:55 AM
How do I subtract a date from a date for a sum of total years? Paige Excel Discussion (Misc queries) 4 October 27th 05 03:10 PM
calculate no. of years between a date and today's date Sue Excel Worksheet Functions 10 June 14th 05 02:56 AM
Excel Adding years or months to a date Joan Excel Discussion (Misc queries) 2 April 25th 05 08:09 PM


All times are GMT +1. The time now is 02:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"