math-genius-not
New member
- Joined
- Nov 30, 2018
- Messages
- 9
Hi All,
I'm doing a project whereby I want to match excel PMT formula with the long hand formula.
I am using the attached example:
Attached formula only gives an answer for payments paid in arrears (in other words, at the end of the period).
Is there a formula I can use that accounts for payments made from the beginning of the period that matches Excel's PMT function?
Thanks in advance!
I'm doing a project whereby I want to match excel PMT formula with the long hand formula.
I am using the attached example:
Attached formula only gives an answer for payments paid in arrears (in other words, at the end of the period).
Is there a formula I can use that accounts for payments made from the beginning of the period that matches Excel's PMT function?
Formula Used | Results | When are Payments Made? | |
Excel PMT Formula | =PMT(0.12/12,36,-11000,5000,0) | $249.29 | End of Period |
Math Equaltion | 11,000 - (5,000/1.01^36) x 0.01/1-(1+.01)^-36 | $249.29 | End of Period |
Excel PMT Formula | =PMT(0.12/12,36,-11000,5000,1) | $246.82 | Beginning of Period |
Math Equaltion | $246.82 | Beginning of Period |
Thanks in advance!