• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

MOD Function - Fixed Value every 3rd Month

slstewart249

New Member
I am trying to write a MOD formula so that a Fixed Value appears every 3rd month AFTER an initial value.

For example, I expect an upfront Payment value or $400K in Aug 2018. I want a reoccurring payment value of $500K starting in Nov 2018.

How do I write the formula so the Reoccurring value doesn't start until after the initial value, and reoccures every 3 months.

Attached is file.
 

Attachments

  • 2018-07-15 Payment every 3rd Month.xlsx
    11.5 KB · Views: 14
Thanks, This is helpful. How do I adjust the the formula though if I need to change when the first payment is made? For example, I receive 1st Payment April 2019 and 2nd payment July 2019. With the current formula, its coming back with 2nd payment in May, not 3 months later.
 
G9: =IF(AND(SUM($G$8:G8)>0,OFFSET(G9,,-3)),$E$9,0)
Copy across
Then type a repayment in what ever month you want in Row 9
and it will do the rest
 
Back
Top