Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Excel, I need help with this, please. I have the worksheet created but it is not adding up correctly. Please look at the screenshots

In Excel, I need help with this, please. I have the worksheet created but it is not adding up correctly. Please look at the screenshots provided. THANKS

Loan Amortization Schedule Worksheet

image text in transcribedimage text in transcribed
  1. Create a new worksheet and name this new sheet to Loan Amortization.
  2. In cell A1, type Loan Amount and in cell B1, enter $550,000.
  3. In cell A2, type Interest Rate and in cell B2, enter 6%.
  4. In cell A3, type Payments per Year and in cell B3, enter 4 (for quarterly payments).
  5. In cell A4, type Total Years and in cell B4, enter 5.
  6. In cell A5, type Total Payments.
  7. In cell B5, enter the formula =B3 * B4.
  8. Add the table headers
    • In cell A7, type Payment No.
    • In cell B7, type Starting Balance
    • In cell C7, type Payment
    • In cell D7, type Interest
    • In cell E7, type Principal
    • In cell F7, type Ending Balance
  9. In cell A8, type 1.
  10. In cell B8, enter =B1 (this refers back to your initial loan amount).
  11. In cell C8, enter the PMT formula: =PMT(B2/B3, B5, B1). This will calculate the quarterly payment.
  12. In cell D8, enter the formula =B8 * (B2/B3) to calculate the interest portion of the first payment.
  13. In cell E8, enter the formula =C8 - D8 to calculate the principal portion of the first payment.
  14. In cell F8, enter the formula =B8 - E8 to find the ending balance after the first payment.
  15. Highlight cells A8 to F8. Drag the fill handle (small square at the bottom-right of the selection) down until you reach the row corresponding to your last payment (as per B5).
  16. In the Starting Balance column (B), starting from cell B9, replace the formula with =F8 (the ending balance from the previous payment).
  17. In the Interest column (D), starting from cell D9, replace the formula with =B9 * (B2/B3).
  18. In the Principal column (E), starting from cell E9, replace the formula with =C9 - D9.
  19. In the Ending Balance column (F), starting from cell F9, replace the formula with =B9 - E9.
\begin{tabular}{|c|c|c|c|c|c|c|} \hline 4 & A & B & C & D & E & F \\ \hline & Loan Amount & 550000 & & & & \\ \hline 2 & Interest Rate & 0.06 & & & & \\ \hline 3 & Payments per Year & 4 & & & & \\ \hline 4 & TotalYears & 5 & & & & \\ \hline 5 & & =B3B4 & & & & \\ \hline 5 & & & & & & \\ \hline 7 & Payment No. & StartingBalance & Payment & Interest & Principal & Ending Balance \\ \hline 3 & 1 & =B1 & =PMT(B2B3B,B5,B1) & =B(B2I/B3) & =C8D8 & =B8E8 \\ \hline 9 & 2 & =F8 & =PMT(B3B4B4B6,B2) & =B9(B2B/B3) & =C9D9 & =B9E9 \\ \hline & 3 & =Fg & =PMT(B4BB5,B7,B3) & =B10(B4B5B) & =C10010 & =B10E10 \\ \hline & 4 & F=F10 & =PMT(B5IB6,B8,B4) & =B11(B5B6B) & =C11D11 & =B11E11 \\ \hline 2 & 5 & =B5 & =PMT(B6IB7,B9,B5) & =B12(B6IB7) & =C12D12 & =B12E12 \\ \hline 3 & 6 & =B6 & '=PMT(B7IB8, B10, B6) & =B13(B7B8B) & =C13D13 & =B13E13 \\ \hline 4 & 7 & =B7 & '=PMT(B8IB9, B11, B7) & =B14(B8BB9) & =C14D14 & =B14E14 \\ \hline 5 & 8 & =B8 & =PMT(B91B10,B12,B8) & =B15(B9B1B)f) & =C15015 & =B15E15 \\ \hline 5 & 9 & =B9 & = PMT(B10)B11, B13, B9) & =B16(B10,B11) & =C16D16 & =B16E16 \\ \hline 7 & 10 & =B10 & =PMT(B11B12,B14,B10) & =B17(B11/B12) & =C17D17 & =B17E17 \\ \hline 8 & 11 & =B11 & =PMT(B12/B13,B15,B11) & =B18(B12IB13) & =C18D18 & =B18E18 \\ \hline & 12 & =B12 & =PMT(B131B14,B16,B12) & =B19(B13B14) & =C19019 & =B19E19 \\ \hline 0 & 13 & =B13 & =PMT(B14/B15,B17,B13) & =B20(B14I15) & =C20D20 & =B20E20 \\ \hline 1 & 14 & =B14 & =PMT(B151B16,B18,B14) & =B21(B15B16) & =C21D21 & =B21E21 \\ \hline 2 & 15 & =B15 & '=PMT(B16IB17, B19, B15) & =B22(B1B/B17) & =C22D22 & =B22E22 \\ \hline 3 & 16 & =B16 & =PMT(B17/B18,B20,B16) & =B23(B17/B18) & =C23D23 & =B23E23 \\ \hline 4 & 17 & =B17 & = PMT(B181B19, B21, B17) & =B24(B18B1B19) & =C24D24 & =B24E24 \\ \hline 5 & 18 & =B18 & =PMT(B191B20,B22,B18) & =B25(B19,B20) & =C25D25 & =B25E25 \\ \hline 6 & 19 & =B19 & =PMT(B201B21,B23,B19) & =B26(B201B21) & =C26D26 & =B26E26 \\ \hline 7 & 20 & =B20 & =PMT(B21B22,B24,B20) & =B27(B21B22) & =C27D27 & =B27E27 \\ \hline \end{tabular}

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting For Inventory

Authors: Steven M. Bragg

1st Edition

1938910222, 9781938910227

More Books

Students also viewed these Accounting questions