|
|
|
PMT (loan stuff) |
|
The PMT function returns the periodic (in this case monthly) payment for an annuity (in this case a loan). This is the PMT function that was used for the car purchase in the first example. There are a few things that we must know in order for this function to work. To calculate the loan we must know a combination of the following
![]() |
equation goes into c7 =PMT(C4/12,C5,-C3) C4 is the yearly interest and since it's compounded monthly we divide by 12 C5 is the number of months (# of payments) -C3 is the amount of money we have (borrow - negative) |
|
|
|
PMT (loan stuff) |
|
1415405