Formula to Calculate Dates

S

S

I need to enter one date, and have it compute the future date based on the
number of years:

For Example:
- Date Added: June 2007
- Number Of Years: 5 Year
- Expiration Date (Need Formula): June 2012

How would I get that result.

BTW: Using Excel 2000
 
N

Niek Otten

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

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I need to enter one date, and have it compute the future date based on the
| number of years:
|
| For Example:
| - Date Added: June 2007
| - Number Of Years: 5 Year
| - Expiration Date (Need Formula): June 2012
|
| How would I get that result.
|
| BTW: Using Excel 2000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top