PC Review


Reply
Thread Tools Rate Thread

Date Computation

 
 
sylink
Guest
Posts: n/a
 
      20th Nov 2008
I need a macro to determine dates using 6-month frequency. To
illustrate, I have these dates:

Given:
Input Date = 12-Feb-2008
Maturity Date = 20-Dec-2011

Required:
Last Coupon Date = ?
Next Coupon Date =?

Manual Computation
Last Coupon Date(6-month freq) = 20-Dec-2007 (Must have same day and
month as the matuirty date above.e.g20-Dec;and year nearest to input
date e.g 2007)

Next Coupon Date = 20-May-2008 (6 months from last coupon
date;date-20th must remain unchanged)
 
Reply With Quote
 
 
 
 
UglyChicken
Guest
Posts: n/a
 
      20th Nov 2008
On Nov 21, 7:07*am, sylink <mcbest...@gmail.com> wrote:
> I need a macro to determine dates using 6-month frequency. To
> illustrate, I have these dates:
>
> Given:
> Input Date = 12-Feb-2008
> Maturity Date = 20-Dec-2011
>
> Required:
> Last Coupon Date = ?
> Next Coupon Date =?
>
> Manual Computation
> Last Coupon Date(6-month freq) = 20-Dec-2007 (Must have same day and
> month as the matuirty date above.e.g20-Dec;and year nearest to input
> date e.g 2007)
>
> Next Coupon Date = 20-May-2008 (6 months from last coupon
> date;date-20th must remain unchanged)


Where cell A1 holds the date:
=DATE(YEAR(A1),MONTH(A1)+6,DAY(20))
(untested)
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
DATE IN COMPUTATION sylink Microsoft Excel Programming 6 14th Feb 2008 09:39 AM
Date computation JLALLMER Microsoft Access 3 19th Dec 2007 06:56 AM
Date Computation =?Utf-8?B?Q0s=?= Microsoft Access Forms 6 4th Aug 2006 04:26 PM
Automatic Date Computation. JayD Microsoft Excel Programming 1 24th Feb 2005 07:05 PM
date computation jv Microsoft Excel Worksheet Functions 12 3rd Feb 2004 04:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:14 AM.