Excel
All Top 50 Excel & Business Modeling Questions#48
Building Loan Amortization Schedules with PMT, PPMT, and IPMT
MediumJPMorgan ChaseInterview Question #48
Asked at JPMorgan ChaseA borrower takes a $500,000 mortgage (cell `B1`) at a 6.0% annual interest rate (cell `B2`) for a 30-year term (cell `B3`). In cell `B4`, write a PMT formula to calculate the monthly payment. In an amortization table, write the formulas for Month 1's Interest Portion (using IPMT) and Principal Portion (using PPMT).
Input Table: LoanTerms (B1:B3)
3 rows preview| Parameter | Value | Cell |
|---|---|---|
| Loan Amount (Principal) | $500,000 | B1 |
| Annual Interest Rate | 6.0% | B2 |
| Loan Term (Years) | 30 years | B3 |
Expected Output Structure2 rows
| Month | Total Monthly Payment (PMT) | Interest Paid (IPMT) | Principal Paid (PPMT) |
|---|---|---|---|
| Month 1 | $2,997.75 | $2,500.00 | $497.75 |
| Month 2 | $2,997.75 | $2,497.51 | $500.24 |
Interview Context
Asked frequently in data analyst and business analyst technical rounds. Focus on clean filtering, optimal indexing usage, and unambiguous column selection.
Microsoft Excel 365
E2fx
| A | B | C | D | E | F | |
|---|---|---|---|---|---|---|
| 1 | Parameter | Value | Cell | |||
| 2 | Loan Amount (Principal) | $500,000 | B1 | Target [Enter Formula] | ||
| 3 | Annual Interest Rate | 6.0% | B2 | |||
| 4 | Loan Term (Years) | 30 years | B3 | |||
| 5 | ||||||
| 6 | ||||||
| 7 |
Click on target cell E2 and enter your formula above.Shortcut: Click "Load Solution" to inspect