+ Reply to Thread
Results 1 to 10 of 10

Discount and Penalties Computation based on a pre-set Payment Date

  1. #1
    Registered User
    Join Date
    03-02-2013
    Location
    Manila,Philippines
    MS-Off Ver
    Excel 2011
    Posts
    24

    Smile Discount and Penalties Computation based on a pre-set Payment Date

    Hello fellow members, greetings from Cebu Philippines!
    A Statement of Account (SOA) shows an amount to pay and a deadline for payment.
    If the payment is made within a specified period from SOA, the payee gets a discount; if the payment is made after the deadline, the payee gets penalties that accrue every month
    How best translate this story into a function, considering that the penalties are accruing every month, I could not just go for a simple conditional formating function?
    See Attachment for clarification, thank all in advance
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Discount and Penalties Computation based on a pre-set Payment Date

    if your paymant is always 30 days you can use this one:

    g9 =if($E$7<$E$9,$E$5*$F$9,0)

    g10 = (INT(($E$7-$E$10)/30)+1)*$E$5*$F$10

    please also notice that in your example you did not defined what should be done if the date is:

    equal to 03-Feb-16 or 03-Mar-16

    between 03-Feb-16 and 03-Mar-16


    If pay before 03-Feb-16
    If pay after 03-Mar-16
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    03-02-2013
    Location
    Manila,Philippines
    MS-Off Ver
    Excel 2011
    Posts
    24

    Re: Discount and Penalties Computation based on a pre-set Payment Date

    thanks oeldere, for your guidance. I appreciate your skills.
    g9 works well.
    g10 output is not as expected because the penalty of 3% is not accrued. In other words, 3% is only re-applied monthly on the due payment (20,000) and not on the [due payment + prior compounded penalty]. Say for a payment on 10 May, your penalty computation would be 1,800, but it should be 1,855
    Could you amend g10 function accordingly?
    Thanks
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Discount and Penalties Computation based on a pre-set Payment Date

    Then please explain how you (manualy) get the result 1855 for 10 may.

    Then I will make the excel formula for that.

  5. #5
    Registered User
    Join Date
    03-02-2013
    Location
    Manila,Philippines
    MS-Off Ver
    Excel 2011
    Posts
    24

    Re: Discount and Penalties Computation based on a pre-set Payment Date

    Deadline for payment is march 3
    From march 4 to april 3, the penalty of 3% is applied to the amount of 20,000 --> amount to pay in that period is 20,000+600= 20,600
    From april 4 to mai 3,the penalty is 3% of 20,600--> amount to pay is 20,600+618 =21,218
    From mai 4 to june 3, the penalty becomes 3% of 21,218 --> amount to pay is 21,218 + 636.54 = 21,854.54 (cumulated penalty is 1854.54)
    Etc, etc....
    In other words, the 3% is applied to the principal (20,000) + the compounded penalty of prior months
    Thank you

  6. #6
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Discount and Penalties Computation based on a pre-set Payment Date

    if your paymant is always 30 days you can use this one:
    Another question:

    1) the payment day is 30 days?

    or

    2) the payment depents on the days in a month?

    01-04 30-04 30 days
    01-05 31-05 31 days
    01-06 30-06 30 days

  7. #7
    Registered User
    Join Date
    03-02-2013
    Location
    Manila,Philippines
    MS-Off Ver
    Excel 2011
    Posts
    24

    Re: Discount and Penalties Computation based on a pre-set Payment Date

    The payment depends of the number of days in a month, as you indicated in 2)
    Again thank you for your support.

  8. #8
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Discount and Penalties Computation based on a pre-set Payment Date

    j10 =$E$5*(100%+$F$10)^(INT(($E$7-$E$10)/30)+1)-$E$5

    see the attached file.

    The payment depends of the number of days in a month, as you indicated in 2)
    This did not solve the numbers of days, since it is counted with 30 days.

  9. #9
    Registered User
    Join Date
    03-02-2013
    Location
    Manila,Philippines
    MS-Off Ver
    Excel 2011
    Posts
    24

    Re: Discount and Penalties Computation based on a pre-set Payment Date

    Thank you for your reply - my problem is perfectly solved.

  10. #10
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Discount and Penalties Computation based on a pre-set Payment Date

    Thanks for the rep.

    You're welcome. We appreciate the feedback!

    Thanks for marking the question solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Calculate Next Payment Date based on multiple criteria
    By sabin348 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-10-2015, 07:27 AM
  2. Calculating a due date based on a range of payment terms???
    By 6032Wayne in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-23-2015, 05:59 PM
  3. formula to subtract payment amount on monthly payment date
    By restingdonkey in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-18-2014, 03:39 PM
  4. Late payment penalties (Calculation)
    By tric_maq in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-08-2013, 02:30 PM
  5. Percentage discount based on todays date....
    By dawgpoundfan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-09-2008, 06:05 PM
  6. create a formula to look to calculate average payment based on rep and date
    By EddieMaher in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-21-2008, 03:55 PM
  7. calculate payment with first payment due date variable?
    By Jody Solbach in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-08-2005, 12:46 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1