+ Reply to Thread
Results 1 to 9 of 9

Cannot figure out what's wrong with this amortization schedule formula

  1. #1
    Registered User
    Join Date
    06-27-2024
    Location
    Denver, CO
    MS-Off Ver
    Version 2404 (Build 17531.20190 Clinck-to-tun)
    Posts
    5

    Post Cannot figure out what's wrong with this amortization schedule formula

    I inherited this prepaid insurance schedule at work, and I cannot for the life of me, figure out what is going on with the formula in column T of the "Other Ppd Exp Summary" Tab. If you know how a prepaid amortization schedule is supposed to work, the final month of an expense should decrease the prepaid balance to zero, which is happening on a lot of rows in this file, but not for a lot of other rows.

    All of the yellow cells in column T are currently hardcoded, because if the formula is used, it defaults to 0, which is not correct because the value in column H, the end date, is the same as the month that is being accounted for. They are both 6/30/24, which means that there should be one last month of amortization expense.

    I can't understand why this formula is working for some of the rows with a 6/30/24 end date, and not the others.

    Here is what the formula is doing:

    1. Dividing the total expense (column I) by the number of months between the start date and end date (Columns G and H)
    2. If the reporting date (Cell A1) is greater than the end date (Column H) then the value should be zero.
    3. If the Value in (Column J) is "Monthly", then the value in (Column T) should follow #1 above. If the value in (Column J) is "One Time", then the value in (Column T) should equal the full Total Expense in "Column I" .
    4. If the Value in (Column K) Is set to "Expense", the formula should follow all rules above. If it is set to "Hold", the value in "Column T" should be zero.

    The problem that I am finding is that the cells in (Column T) that are highlighted yellow, and are currently hardcoded, when the formula is applied, it is not taking the last month of amortization (Column I divided by the number of months between Column G and H) into consideration, and instead giving a zero value. An example of a cell where this is functioning correctly is (Cell T15), whereas (Cell T17) is not. Both values should equal one last month of amortization, but only (Cell T15) is doing that.

    Is anyone able to assist?

    Many thanks in advance!
    Last edited by rubi1052; 06-28-2024 at 11:20 AM. Reason: Provide more clarity about the formula

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2411
    Posts
    26,669

    Re: Cannot figure out what's wrong with this amortization schedule formula

    Welcome to the Forum rubi1052!

    It is important to provide your Excel version in your profile, especially with all the new features available in the latest version. Go to File > Account and see what it says. Note the information in the two red rectangles in my sample:

    $B Excel version.jpg
    Last edited by 6StringJazzer; 06-28-2024 at 07:43 AM.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,181

    Re: Cannot figure out what's wrong with this amortization schedule formula

    Please do as you have been asked in post #2, then please explain in WORDS what the formula is meant to be doing so that we don't have to try to reverse engineer it. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    06-27-2024
    Location
    Denver, CO
    MS-Off Ver
    Version 2404 (Build 17531.20190 Clinck-to-tun)
    Posts
    5

    Cannot figure out what's wrong with this amortization schedule formula

    I inherited this prepaid insurance schedule at work, and I cannot for the life of me, figure out what is going on with the formula in column T of the "Other Ppd Exp Summary" Tab. If you know how a prepaid amortization schedule is supposed to work, the final month of an expense should decrease the prepaid balance to zero, which is happening on a lot of rows in this file, but not for a lot of other rows.

    All of the yellow cells in column T are currently hardcoded, because if the formula is used, it defaults to 0, which is not correct because the value in column H, the end date, is the same as the month that is being accounted for. They are both 6/30/24, which means that there should be one last month of amortization expense.

    I can't understand why this formula is working for some of the rows with a 6/30/24 end date, and not the others.

    Here is what the formula is doing:

    1. Dividing the total expense (column I) by the number of months between the start date and end date (Columns G and H)
    2. If the reporting date (Cell A1) is greater than the end date (Column H) then the value should be zero.
    3. If the Value in (Column J) is "Monthly", then the value in (Column T) should follow #1 above. If the value in (Column J) is "One Time", then the value in (Column T) should equal the full Total Expense in "Column I" .
    4. If the Value in (Column K) Is set to "Expense", the formula should follow all rules above. If it is set to "Hold", the value in "Column T" should be zero.

    The problem that I am finding is that the cells in (Column T) that are highlighted yellow, and are currently hardcoded, when the formula is applied, it is not taking the last month of amortization (Column I divided by the number of months between Column G and H) into consideration, and instead giving a zero value. An example of a cell where this is functioning correctly is (Cell T15), whereas (Cell T17) is not. Both values should equal one last month of amortization, but only (Cell T15) is doing that.

    Is anyone able to assist?

    Many thanks in advance!

  5. #5
    Registered User
    Join Date
    06-27-2024
    Location
    Denver, CO
    MS-Off Ver
    Version 2404 (Build 17531.20190 Clinck-to-tun)
    Posts
    5

    Re: Cannot figure out what's wrong with this amortization schedule formula

    Thank you, moderators, I made the changes you requested.

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,816

    Re: Cannot figure out what's wrong with this amortization schedule formula

    When the formula is copied from T15 to T17 and utilize the Evaluate Formula feature you'll see that at one point the formula shows -9.0949...E-19<0 which evaluates to true, which is why cell T17 displays zero.
    Try changing the following formula in T17:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Note that when this formula is copied up to cell T15 that cell still displays 676.00
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  7. #7
    Registered User
    Join Date
    11-07-2013
    Location
    NY
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Cannot figure out what's wrong with this amortization schedule formula

    What do the underlying invoices say about amounts say? I am not certain I understand what you are asking? Are you an accountant?

  8. #8
    Registered User
    Join Date
    06-27-2024
    Location
    Denver, CO
    MS-Off Ver
    Version 2404 (Build 17531.20190 Clinck-to-tun)
    Posts
    5

    Re: Cannot figure out what's wrong with this amortization schedule formula

    Thank you for solving this!

  9. #9
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,816

    Re: Cannot figure out what's wrong with this amortization schedule formula

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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] Formula Help with Dynamic Amortization Schedule
    By millyactual in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-10-2021, 05:57 PM
  2. [SOLVED] Formula Error on Amortization Schedule
    By cabinet12 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-12-2020, 10:07 AM
  3. Formula Help for Amortization Schedule
    By Colosimo87 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-10-2017, 03:58 PM
  4. [SOLVED] Need an excel amortization schedule formula with a grace period
    By Grace period formula in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  5. Need an excel amortization schedule formula with a grace period
    By David McRitchie in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 07:05 AM
  6. [SOLVED] Need an excel amortization schedule formula with a grace period
    By Grace period formula in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  7. [SOLVED] Need an excel amortization schedule formula with a grace period
    By Grace period formula in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-26-2005, 02:05 PM

Tags for this Thread

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