+ Reply to Thread
Results 1 to 16 of 16

HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

  1. #1
    Registered User
    Join Date
    07-10-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2007
    Posts
    11

    Lightbulb HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    Good day!

    I would like to seek guidance and assistance regarding an excel monitoring system I have been trying to improve.

    Initially, it is a general monitoring file which enables my team to detect arrears incurred from monthly amortizations of clients. However, recently, it has been very challenging to manually compute for adjusted interests and penalties everytime a client fails to comply with his / her amortizations.

    I would like to include the columns "TOTAL AMOUNT TO UPDATE" and "PENALTY CHARGES" on my monitoring.

    Say, having column A = Client Name ; B = Monthly Amortization Amount ; C = Start Date of MA ; D = Months Due ; E = Months Paid ; F = # of Monthly Arrears ; G = Date of latest payment ; H = Total Amount Paid (overall) ; I = Total Amount to Update Principal and Interest ; J = Total Penalties Charged ;

    columnA is hard-coded;
    columnB is hard-coded;
    columnC is hard-coded;
    columnD comes from DATEDIF() of current date vs columnC;
    columnE comes from TRUNC(columnH/columnB);
    columnF comes from columnD - columnE;
    columnI ??? (adjusted interests due to late payments should be based on a 10% amortization interest)
    columnJ ??? (penalties should be computed 30 days from latest payment with a rate of 5% of MA amount per month)

    I have tried several combinations but always ends up staring on a blank wall. I am open to add helper columns to facilitate with the computation.

    Thanks in advance for your inputs.

    'Bill

  2. #2
    Registered User
    Join Date
    07-10-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2007
    Posts
    11

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    Bumping this thread up.

  3. #3
    Registered User
    Join Date
    07-10-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2007
    Posts
    11

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    Bumping this thread up.

    Anyone, please. :/

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    To best describe or illustrate your problem you would be better off attaching a “dummy” Excel workbook
    without sensitive data. The workbook should contain the same structure and some dummy data of the
    same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this
    format abc-123 then that should be reflected in the dummy workbook. Please include samples of the
    expected results hand typed if necessary.

    To attach a file to your post,
    click “Go Advanced” (next to Post Quick Reply),
    scroll down until you see “Manage Attachments”,
    click that and select “Add Files” (top right corner).
    click on “Browse”
    select your file(s)
    click “Open” click “Upload” click “Done” (bottom right)
    click “Submit Reply”
    Once the upload is completed the file name will appear at the bottom of the reply editor window.
    Dave

  5. #5
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    Deleted post - wrong thread.

  6. #6
    Registered User
    Join Date
    07-10-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2007
    Posts
    11

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    The highlighted cells in YELLOW are the column I need to automatically produce results.

    Again, I don't mind adding helper columns if it would make the job easier.

    Thanks in advance! This is really big help.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    07-10-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2007
    Posts
    11

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    BUMPING THIS THREAD. Still awaiting answers.

  8. #8
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2010, 2013, 2016
    Posts
    1,149

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    Hi sphereshot, I'm looking at your initial comment and trying to tie it to the sample file you uploaded. What is the Date of SOA? How did you currently derive the Penalty and Total amount to update that's currently in the attached file?

  9. #9
    Registered User
    Join Date
    07-10-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2007
    Posts
    11
    Quote Originally Posted by quekbc View Post
    Hi sphereshot, I'm looking at your initial comment and trying to tie it to the sample file you uploaded. What is the Date of SOA? How did you currently derive the Penalty and Total amount to update that's currently in the attached file?
    My bad, i didn't elaborate. I was actually beginning to think no one would reply anymore.

    Date of SOA = date the statement-of-account is generated
    I derive my data from separate ledgers. The ledgers are comprised of PMT, IPMT and PPMT functions. We are, after all, monitoring payments for monthly amortizations of housing loans.

  10. #10
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2010, 2013, 2016
    Posts
    1,149

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    Okay, I understand the concept. But how am I suppose to calculate that from the given information here?

    Can you also elaborate more on the "Penalty" and the "Total Amount To Update"?

  11. #11
    Registered User
    Join Date
    07-10-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2007
    Posts
    11

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    I have attached a sample (dummy ledger) for your reference. All computations and/or functions you need to know will be found in this ledger.

    Thank you for staying with me on this topic.

    Hope we can resolve this as soon as possible.

    Thanks again!
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    07-10-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2007
    Posts
    11

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    Bumping this thread.

  13. #13
    Registered User
    Join Date
    07-10-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2007
    Posts
    11

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    Still looking for assistance. Thanks!

  14. #14
    Registered User
    Join Date
    07-10-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2007
    Posts
    11

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    Bumping this up.

  15. #15
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    Your question does not match the example you provided.
    8-8-2015 1-51-33 AM.jpg

  16. #16
    Registered User
    Join Date
    07-10-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2007
    Posts
    11

    Re: HELP - Formula to compute for penalties and adjusted interests (Accounting Collection)

    You were referring to the wrong file.

    The first file I uploaded is the one I am referring to in my first post.

    The ledger you referred to is on for reference on how we compute for the penalty and the interest. Just to show what function and equation I used.

+ 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] Need formula to calculate meal penalties
    By Calc7827 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-18-2015, 10:40 AM
  2. Replies: 0
    Last Post: 03-25-2014, 03:04 PM
  3. [SOLVED] Performance of iteration through Words collection degrades as collection gets bigger
    By 6StringJazzer in forum Word Programming / VBA / Macros
    Replies: 7
    Last Post: 01-14-2014, 09:44 AM
  4. Replies: 6
    Last Post: 07-19-2012, 06:28 AM
  5. Replies: 3
    Last Post: 07-02-2012, 06:05 AM

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