askall1000
Board Regular
- Joined
- Jan 3, 2019
- Messages
- 58
- Office Version
- 2016
- Platform
- Windows
Hello All, If somebody help with my my question I will be very thankful. Thank you very much in advance. My question is that when I use XNPV function in payment schedule as attached which I know only the monthly irregular payments and I want to discount all the payments to 1 January with taking consideration of the dates to prepare amortization schedule, but I could not get zero balance at the end of my table in balance column (with NPV function I can get zero by the way), I think it is related with interest calculation. I would be greatful if somebody help me to solve this problem.
Numbers are big in the table but originally they are not.
Numbers are big in the table but originally they are not.
Cell Formulas | ||
---|---|---|
Range | Formula | |
C5 | C5 | =+ROUND(C4/12,4) |
C6 | C6 | =+XNPV(C4,C10:C39,B10:B39) |
D10, D11:D39 | D10 | =+C10-E10 |
F9 | F9 | =+C6 |
F10, F11:F39 | F10 | =+F9-D10 |
A11:A39 | A11 | =+IF(A10>=$C$3,"",A10+1) |
B11:B39 | B11 | =+EDATE(B10,1) |
E11:E39 | E11 | =+F10*$C$5 |
D40:E40 | D40 | =SUM(D10:D39) |