I am new to excel but what I am trying to do is put in a contract date
say today and then have excel tell me when the contract would be
dated if it were up 60 months. Can anyone help me.
Todays date of contract plus 60 months would be date that contract ends ...
Sandy Mann - 24 Apr 2007 22:43 GMT
Try
=DATE(YEAR(A1),MONTH(A1)+60,DAY(A1))
Excel will take care of the year.

Signature
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
sandymann2@mailinator.com
Replace@mailinator.com with @tiscali.co.uk
>I am new to excel but what I am trying to do is put in a contract date
> say today and then have excel tell me when the contract would be
> dated if it were up 60 months. Can anyone help me.
>
> Todays date of contract plus 60 months would be date that contract ends
> ...
Teethless mama - 25 Apr 2007 02:46 GMT
=EDATE(A1,60)
Required Analysis ToolPak Add-Ins
> I am new to excel but what I am trying to do is put in a contract date
> say today and then have excel tell me when the contract would be
> dated if it were up 60 months. Can anyone help me.
>
> Todays date of contract plus 60 months would be date that contract ends ...