+ Reply to Thread
Results 1 to 4 of 4

using if formulas to calculate short term loan payments, cumulative loan, and closing cash

  1. #1
    Registered User
    Join Date
    07-22-2016
    Location
    British Columbia, Canada
    MS-Off Ver
    2010
    Posts
    2

    using if formulas to calculate short term loan payments, cumulative loan, and closing cash

    Hey all,

    I am trying figure out a formula so that the cells c58,c 59, and c60 fill themselves in automatically but i cant quite wrap my head around how many if formulas i need... or if another formula would be needed in conjunction. i know an easy way to make it do it using another cell but everything needs to be self contained.

    "closing cash" has to have a min value of 6000. if "cumulative cash" shows a loss, then "closing cash" will drop. "closing cash" cant drop below 6000 though, so if "closing cash" drops below 6000, then it needs to be brought up to 6000 and the difference of the two numbers needs to be applied to "short term loan requirements". the "short term loan requirement" is then applied to the "cumulative loan".

    now if "cumulative cash" is a positive, we then made money. if there is a balance in the "cumulative loan" in the prev month, then a payment needs to be made against it. the difference between "closing cash"(cant go below $6000) and "cumulative loan" needs to be applied to "short term loan requirements" and then that number is applied against "cumulative loan" in the current month. *cumulative loan" cannot go below $0 and "closing cash cant go below $6000. once the loan is paid off, then any excess cash remains in the closing cash.

    ... did that make sense? i apologize if it didn't, once i get some sleep i can write it out clearer.

    Our projects need to use as much cell referencing and formulas as possible, and i can guarantee none of the other students will use a formula to do this math. The picture is from a past assignment which only had 3 months in it, our projects that were working on now have 12 months.

    Thanks for your time guys
    Attached Images Attached Images

  2. #2
    Registered User
    Join Date
    07-22-2016
    Location
    Flagstaff, Arizona
    MS-Off Ver
    2010
    Posts
    9

    Re: using if formulas to calculate short term loan payments, cumulative loan, and closing

    Hey there,

    First off, I would recommend adding in a named value for the closing cash requirement. That way, if you ever want to increase or decrease this amount, it can be done so easily. To do this, press crtl-F3 to open up the name manager, and then hit new. Name your value something like "ClosingCashRequirement", and set it equal to 6000. If you ever want to change this amount, you can go back to the name manager.

    For the formulas, try:
    c58: =IF(C57+B60<=ClosingCashRequirement,ClosingCashRequirement-C57,-B60)
    C59: =C57+C58
    C60: =C58+B58

  3. #3
    Registered User
    Join Date
    07-22-2016
    Location
    British Columbia, Canada
    MS-Off Ver
    2010
    Posts
    2

    Re: using if formulas to calculate short term loan payments, cumulative loan, and closing

    it looked good at first but it didn't quite work, there is nothing to stop the cumulative loan from going into the negatives, and nothing stopping the beginning cash from going under 6000... this is way over my head

  4. #4
    Registered User
    Join Date
    07-22-2016
    Location
    Flagstaff, Arizona
    MS-Off Ver
    2010
    Posts
    9

    Re: using if formulas to calculate short term loan payments, cumulative loan, and closing

    Hm, mine is working fine when I substituted these formulas. Could you upload the example that you have? Here is the example I put together based off the numbers you had in your image.
    Attached Files Attached Files

+ 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. How can I can calculate loan repayment with some skips payments
    By hbsqn in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-16-2015, 06:30 AM
  2. [SOLVED] Loan Payment Schedule with Interest-Only Payments & P & I Payments
    By Masscatz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-20-2014, 11:51 AM
  3. [SOLVED] Formula to calculate average interest rate on loan payments
    By babbeleme1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-20-2013, 11:58 PM
  4. Use the Loan Template to calculate bi-weeky payments
    By Maxiemouse in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-22-2006, 04:30 AM
  5. [SOLVED] How do I calculate loan balances when payments are missed?
    By Barnacle Bill in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-08-2006, 01:35 PM
  6. Replies: 0
    Last Post: 02-03-2005, 03:06 PM
  7. Replies: 2
    Last Post: 01-08-2005, 04:06 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