Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Heres my problem. I want to calculate the end date of a contract. I have the start date fx. 30.05.06 (date field) and I know the contract runs for a periode of fx. 40 month (not a date field) - how do I get the end date? I have looked in the forum and coulden't find an answer. The dates can variate at the beginning date fx. 10.05.06 but it will always end at the date when the contract runs out fx. 10.10.06 if the periode = 5 (month). Is this possible to calculate? Thanks. -- Seldum ------------------------------------------------------------------------ Seldum's Profile: http://www.excelforum.com/member.php...o&userid=35793 View this thread: http://www.excelforum.com/showthread...hreadid=555594 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You might be able to use something like
=TEXT(DAY(A2),"dd")&"/"&TEXT(A2+(B2*30.5),"mm/yyyy") This assumes the following layout A1 A2 A3 Date Term End 01/11/2000 30 01/05/2003 I've not tested this a lot so may throw up a few anomalies Sheila "Seldum" wrote: Heres my problem. I want to calculate the end date of a contract. I have the start date fx. 30.05.06 (date field) and I know the contract runs for a periode of fx. 40 month (not a date field) - how do I get the end date? I have looked in the forum and coulden't find an answer. The dates can variate at the beginning date fx. 10.05.06 but it will always end at the date when the contract runs out fx. 10.10.06 if the periode = 5 (month). Is this possible to calculate? Thanks. -- Seldum ------------------------------------------------------------------------ Seldum's Profile: http://www.excelforum.com/member.php...o&userid=35793 View this thread: http://www.excelforum.com/showthread...hreadid=555594 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry - cell references should of course be A1, B1 & C1!!
"Sheila D" wrote: You might be able to use something like =TEXT(DAY(A2),"dd")&"/"&TEXT(A2+(B2*30.5),"mm/yyyy") This assumes the following layout A1 A2 A3 Date Term End 01/11/2000 30 01/05/2003 I've not tested this a lot so may throw up a few anomalies Sheila "Seldum" wrote: Heres my problem. I want to calculate the end date of a contract. I have the start date fx. 30.05.06 (date field) and I know the contract runs for a periode of fx. 40 month (not a date field) - how do I get the end date? I have looked in the forum and coulden't find an answer. The dates can variate at the beginning date fx. 10.05.06 but it will always end at the date when the contract runs out fx. 10.10.06 if the periode = 5 (month). Is this possible to calculate? Thanks. -- Seldum ------------------------------------------------------------------------ Seldum's Profile: http://www.excelforum.com/member.php...o&userid=35793 View this thread: http://www.excelforum.com/showthread...hreadid=555594 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Question about having the date autofill for schedule sheets | Excel Worksheet Functions | |||
Date calculation | Excel Worksheet Functions | |||
Date calculation | Excel Worksheet Functions | |||
Date Comparison Calculation | Excel Worksheet Functions | |||
Calculation based on date | Excel Discussion (Misc queries) |