How to Know if You Are Ready for a Relationship
Q&A for How to Prepare Amortization Schedule in Excel
Coming soon
Search
-
QuestionHow can I change the currency?Community AnswerThe currency is dependent on the format of the cell with dollar amounts in them. Right click on the cell you want to change and click on "Format." Then choose "Currency" and put in the appropriate codes for the currency you choose.
-
QuestionHow do I do a weekly payment loan?Community AnswerYou have to change the periods. Try this: Change "Months" in cell A3 to "Periods." Change the "Payments" formula in cell B4, changing the "12" (which represents months) to "52" which represents the number of weeks in a year. The new formula will look like this: "=ROUND(PMT($B$2/52,$B$3,-$B$8,0), 2)." You'll also need to change your periods starting in cell A9 to add 7 days instead of 1 month. I would use this formula in cell A9: "=DATE(YEAR(A8),MONTH(A8),DAY(A8)+7." Lastly, copy your new formula down to the rest of the schedule so all the periods will be correct.
-
QuestionHow do I change the formula for quarterly payments rather than monthly payments?Community AnswerWherever there is a field being populated with the =ROUND(...) formula, replace the "12" entry with a "4." Example: In cell E8, create a formula to calculate the loan interest amount on the beginning balance for that period. The formula will look like "=ROUND($B8*($B$2/4), 2)"
-
QuestionShouldn't F9 & G9 be a total of the previous month's and this month's principle and interest?Community AnswerYes it should.
-
QuestionWhat if payment amounts vary, and dates of payments vary, can interest be computed daily to the date of payment and specific amount of actual payment?Community AnswerYes, but it is a lot more work. The schedule in this article was designed for a fixed payment amount with fixed interest, and fixed payment periods. You can change the formula of any cell to account for new information. Go to the first change in payment, interest, or period. On that line, change the formula accordingly and then copy to the rest of the schedule.
-
QuestionHow can I build an amortization table without interest?Community AnswerUse the schedule above, but put the interest to zero (0) %.
-
QuestionThe final balance is near zero, but not exactly zero. All cells are correct. Is this a rounding issue?Community AnswerAs long as it is within a penny for each month of the period, it is okay, i.e. 30 years = $3.60.
-
QuestionCan I calculate the number of months with a predetermined repayment?Community AnswerYes. You can calculate how many months remain on a loan by doing a "NPER" function. Use the following formula: (Loan Balance, Interest Rate, and Payment)=NPER (Rate/12, Payment, Loan Balance).
-
QuestionHow do I add a column for additional principle payments?Community AnswerAdd a new column I and label it "Additional Principal." Any month that you make an additional principal payment, put the amount of the additional principal in this new column I. Next, change the formula in cell E8 from "=B8-D8" to "B8-D8-I8." Finally, copy the formula in E8 into every cell below it just like you did when you copied the first line into every cell until about 370 or so. With nothing in the I column, the formula acts just like the original formula.
-
QuestionHow do I add a calculation for amortized property taxes?Community AnswerThis table allows you to vary the interest rate, the principal, and the term of the loan. Generally, the property taxes and insurance costs are escrowed (meaning monthly portions are included with each loan payment), so they don't vary. However, if you wanted to see the total monthly payment including escrowed amounts, you could include a couple of rows at the top of the table. In cell A5, add the label "Monthly Escrow Payment" and in cell A6 add the label "Total Monthly Payment". Cell B5 would contain your property tax amount. Cell B6 would be the formula =B4+B5.
-
QuestionHow do I create an amortization schedule if I know the monthly payment, but not how many months?Community AnswerThe NPER function will help you find how many months. NPER (rate/period, payment, balance). The payment for the loan is input as a negative value.
-
QuestionI am using the Microsoft amortization schedule provided in the examples and I am trying to take the formulas in the columns and populate rows so that I can create a real estate investment spread sheet. Can I do it without going cell by cell?Community AnswerYou only have to enter the formulas in the first row or two. Step 10 describes how to copy and paste it to the rest of your rows.
-
QuestionWhy don't I fill in F8 and G8? That doesn't seem right to me.Community AnswerI agree. I put =$D8 in F8 and =$E8 in G8.
-
QuestionHow do I account for $50 late fee for each month a payment is late?Community AnswerYou can use the "additional payments" answer above. It's the same thing, but a negative instead of a positive.
-
QuestionHow do I add a $ sign to the interest and cumulative interest columns?Community AnswerFormat the cells that contain interest as Currency. Highlight the cells you want to have it and select the $ symbol from the Number menu.
-
QuestionWhat can I do when I think I have a wrong ending balance?Community AnswerGrab a calculator. Go to the cell containing the suspicious balance, verify that the formula is correct, and manually compute the formula on the calculator. If the calculator gives the same number as what is in the cell, then the problem is a bad formula. If the calculator gives a different number than the balance you suspect, go to the cells that are in the formula and repeat this procedure on each one.
-
QuestionHow can I amortize a loan for 7 years using a specific payment amount?Community AnswerYou can use the amortization scheduled as described with a few changes. First, change the number of months from '360' to 7*12 or '84'. Then change the interest to zero (0). This should give you the answer you are looking for.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit