Consulting

Results 1 to 2 of 2

Thread: Financial Functions

  1. #1
    VBAX Mentor
    Joined
    Aug 2011
    Posts
    353
    Location

    Financial Functions

    Hello,

    On the attached sheet I have a 1st coupon date, today + 3 business days date, last coupon date, and frequency.

    If the coupon frequency is 2, meaning semiannual, then the bond pays a coupon twice a year starting on the 1st coupon date and going until the last coupon date. If the today + 3 date is 6/8/2015, then the next coupon payment will be 7/1/2015 (this is based on the 1st coupon date of 1/1/14.. but obviously since 1/1/14, 7/1/14, 1/1/15 have passed already, the next one we would be concerned about would be the first one after today's date.

    Is there a function in excel to put in cell A7 to read the data in column k and come up with the coupon payment dates in red in column A?
    Attached Files Attached Files

  2. #2
    VBAX Regular Sixthsense..'s Avatar
    Joined
    Dec 2012
    Location
    India
    Posts
    15
    Location
    In A7 Cell


    =IF(EDATE($K$7,((12/$K$10)*ROWS($1:1))+(12/$K$10)*INT(DATEDIF($K$7,TODAY(),"M")/(12/$K$10)))<=$K$9,EDATE($K$7,((12/$K$10)*ROWS($1:1))+(12/$K$10)*INT(DATEDIF($K$7,TODAY(),"M")/(12/$K$10))),"")


    Drag it down

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •