+ Reply to Thread
Results 1 to 7 of 7

Formula to Calculate amount due

  1. #1
    Registered User
    Join Date
    07-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    9

    Formula to Calculate amount due

    I am trying to calculate the total amount left to pay for the year on an account.My Total amount for the year is $1018.20 with the payment of $84.85 per month. I have gotten that part done, however I try to pay ahead to prevent disconnection of services. So instead of paying $84.85 per month I may send in $100.00 which will build up credit. How can I can subtract the credit from the total paid. My question is how can I account for the total owed for the year in a formula?

    $1018.24 Per Year
    $84.85 Per Month
    2 payments of $84.85 = $ 169.70
    2 payments of $100.00 = $200.00 which produces credit of $ 30.30. How can I include this credit into my yearly total and come up with the amount I owe for the year. Any help is appreciated.


    Thank You

    John

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Formula to Calculate amount due

    A lot depends on how you have your spreadsheet set up, and, unless I am missing some nuance, this seems fairly straight forward:
    Put your annual amount in A1 (i.e. 1018.24)
    In B1 to B12 type in your payments, one for each month
    In C1 type in =A1-sum(B1:B12)
    C1 will be the amount you owe for the year
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

  3. #3
    Registered User
    Join Date
    07-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    9

    Re: Formula to Calculate amount due

    Pauly

    Thank you for the prompt reply. I agree with your example! I pay in advance of the billing cycle thus my actual payment is more than $84.85 and this creats credit. How can I express this in a formula?

    Thank You

    John

  4. #4
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Formula to Calculate amount due

    I think I am understanding your request. You want a cell which shows any credit you may have.
    =SUM(B1:B12)-85.85*COUNT(B1:B12)
    Note, this will show a negative amount if you are short on your payments. Also, it is not perfect, since your monthly amount really should be 84.8533333, which I know is not really possible to pay, but you will have that rounding error. You could also do this
    =SUM(B1:B12)-A1/12*COUNT(B1:B12)
    and then format to only show two decimal places to not see the annoying thirds of cents.

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,670

    Re: Formula to Calculate amount due

    I am not sure that I understand the question but seems like you are asking about calculating how much you need to pay per month, given that you have overpaid by $30.30 to this point. I believe that this would fall into the category of needing to use the 'Solver' feature. I have made a small table that shows the monthly fee, the min. payment amount, Amt. paid, deficit/(credit), and Amt. owed for year. The formulas used were
    • Please Login or Register  to view this content.
      for min. payment (the ifferror part is for the first month),
    • Please Login or Register  to view this content.
      for debit/(credit) which will be blank if there is nothing in the amt. paid column,
    • Please Login or Register  to view this content.
      a running total for amt. owed for year.
    I filled in the first two months payments as being $100 and $84.85 for the rest, through July. To find out how much you should pay per month thereafter use the solver
    • set the objective to F13,
    • To: Value of: 0,
    • By Changing the Variable Cells: D9:D13.


    Payment Solver.xlsx

    Hope this helps

  6. #6
    Registered User
    Join Date
    07-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    9

    Re: Formula to Calculate amount due

    Thank You!

    This really HELPS!!
    Last edited by johnabbru; 07-23-2015 at 07:56 AM. Reason: More Info

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,670

    Re: Formula to Calculate amount due

    You're welcome and thank you for the feedback, glad that the information is helpful. Please use the thread tools to mark the thread as 'Solved' and if anyone contributed to helping with your problem please consider adding to their reputation.

+ 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. Replies: 2
    Last Post: 11-21-2014, 09:35 AM
  2. [SOLVED] Formula to Calculate commission over certain amount
    By rizmomin in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-04-2014, 02:36 PM
  3. Formula to calculate loan amount
    By MRoads in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 08-26-2012, 08:29 PM
  4. Formula to calculate pro-rata amount
    By Vinnie Chan in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-23-2012, 03:28 PM
  5. Need formula to calculate an numerical amount
    By djtleek in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-01-2011, 01:21 PM
  6. How can I calculate amount of time left based on amount spent?
    By KLD in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-23-2006, 11:25 AM
  7. formula to calculate a benefit amount
    By pgruening in forum Excel General
    Replies: 6
    Last Post: 08-09-2005, 01:51 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