Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 ... |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Try
=DATE(YEAR(A1),MONTH(A1)+60,DAY(A1)) Excel will take care of the year. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "Loretta" <Loretta @discussions.microsoft.com wrote in message ... 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 ... |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=EDATE(A1,60)
Required Analysis ToolPak Add-Ins "Loretta" wrote: 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 ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding a date range from given date | Excel Worksheet Functions | |||
finding a date/time in a list that is closest to an existing date/ | Excel Discussion (Misc queries) | |||
finding the second last date | Excel Discussion (Misc queries) | |||
Finding the Monday date based on a different date in same week | Excel Worksheet Functions | |||
Finding min and max date of a given month | Excel Worksheet Functions |