+ Reply to Thread
Results 1 to 6 of 6

Overdue Penalty Calculation

Hybrid View

tonisjoseph Overdue Penalty Calculation 09-17-2015, 08:24 AM
Aardigspook Re: Overdue Penalty... 09-17-2015, 02:05 PM
tonisjoseph Re: Overdue Penalty... 09-18-2015, 12:00 AM
Aardigspook Re: Overdue Penalty... 09-18-2015, 04:42 AM
tonisjoseph Re: Overdue Penalty... 09-18-2015, 04:50 AM
Aardigspook Re: Overdue Penalty... 09-18-2015, 01:59 PM
  1. #1
    Registered User
    Join Date
    08-28-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    15

    Overdue Penalty Calculation

    Hi

    It is very helpful if somebody can help me out with some simple formula for the examples given in the attached sample works sheet.
    What i am trying to find out is,
    1. Overdue/(Advance Days)=Due date - Collection Date (Column I in the attached works sheet)
    2. Overdue Amount (Column J)
    3. Penalty Amount. = 0.10 per thousand Per day of overdue(Column L).

    In the attached excel sheet,In cell L5 penalty amount calculated is 599.03 which is wrong. It has to be 524.15. The reason for the error is, I have already calculated the penalty amount for 1 day in cell L4. hence in cell L5 it needs to be calculated only for 7 days(I.e, 8-1). I am unable to find a formula for that. Since the no of entries very large it is not practical to do it manually.

    Thanks in advance
    Overdue Penalty.xlsx

  2. #2
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: Overdue Penalty Calculation

    Hi,

    Unless I'm misunderstanding this, all you need to do is replace I5 with (I5-I4) in your formula in L5, so:
    Formula: copy to clipboard
    =IF(J5>0,(J5/1000)*K5*(I5-I4),0)

    That gives 524.15 and, when dragged down to L6, gives 174.14 there.

    If you want exactly the same formula in each row, then try this, which checks if the overdue amount (column J) is >0 on both this row and the one above:
    Formula: copy to clipboard
    =IF(AND(J4>0,J5>0),(J5/1000)*K5*(I5-I4),IF(J5>0,(J5/1000)*K5*I5,0))

    This gives the correct answers of 151.64, 524.15 and 174.15 in rows 4, 5 and 6, and looks to me that it gives the correct answers on rows 8-11 (11986.65, 119.38, 104.38, 350.68), row 13 (4700.31), row 15 (11946.25) and rows 17-18 (3017.83, 204.84).

    Hope that does what you want.
    Regards,
    Aardigspook

    I recently started a new job so am a bit busy and may not reply quickly. Sorry - it's not personal - I will reply eventually.
    If your problem is solved, please go to 'Thread Tools' above your first post and 'Mark this Thread as Solved'.
    If you use commas as your decimal separator (1,23 instead of 1.23) then please replace commas with semi-colons in your formulae.
    You don't need to give me rep if I helped, but a thank-you is nice.

  3. #3
    Registered User
    Join Date
    08-28-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    15

    Re: Overdue Penalty Calculation

    Hi Aardigspook,

    Thank you very much for your support. This will solve my problem.

    Is it possible to build a template for this with the help of macros which automatically calculates the figures in column H, I, J, and L


    Thanking you...
    Tonis

  4. #4
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: Overdue Penalty Calculation

    Glad it worked for you.

    I'm sure it's possible to build a template using macros, but I'm not a VBA expert so I'm not the best person to help you. I suggest you post a new thread in the VBA forum (http://www.excelforum.com/excel-programming-vba-macros/), explaining how you want the template to work / what it is you want the macros to do (for example, maybe you want to fill in a form which then fills in the data for you, or something like that). Include a link to this thread but make it clear that it's a new question. Good luck.

  5. #5
    Registered User
    Join Date
    08-28-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    15

    Re: Overdue Penalty Calculation

    Thank you very much Aardigspook for your prompt support....

  6. #6
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: Overdue Penalty Calculation

    You're welcome.

+ 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. Date Calculation for Number of Days Overdue
    By Sharr76 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-05-2021, 02:08 AM
  2. Automate Macro script needed to Mark Overdue ,SLA-HOLD,Soon to be Overdue by Hours
    By britishidol200 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-04-2015, 12:55 PM
  3. Calculate KPI penalty
    By wintheranders in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-01-2013, 06:07 AM
  4. Formula to determine total overdue values by length of overdue
    By Midnight_Dragon in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-17-2013, 02:03 AM
  5. Excel VBA - Interest Calculation with Penalty payment
    By janagan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-07-2013, 05:45 AM
  6. formula for bonus or penalty
    By LADY in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 03-29-2006, 04:45 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