Hello everyone,
I'm working on a financial model with leases. I have to calculate the lease payments in the future, discount them and use the discounted value plus interest and the lease payment in an amortization table.
All is well as you can see on the first part of the sheet where I use NPV. But when I try to use XNPV all hell breaks loose. I tried an interest formula similar to the way XNPV handles rates ((1+r)^((t1-t0)/365)-1) but no luck,
Can anyone help me with the exact formular I need to use? Thanks in advance!
Juan
I'm working on a financial model with leases. I have to calculate the lease payments in the future, discount them and use the discounted value plus interest and the lease payment in an amortization table.
All is well as you can see on the first part of the sheet where I use NPV. But when I try to use XNPV all hell breaks loose. I tried an interest formula similar to the way XNPV handles rates ((1+r)^((t1-t0)/365)-1) but no luck,
Can anyone help me with the exact formular I need to use? Thanks in advance!
Juan
Cell Formulas | ||
---|---|---|
Range | Formula | |
G4:Z4,G19:Z19 | G4 | =F4+1 |
E6,E21 | E6 | ='[Simulación vivienda interés social.xlsx]Esquema vivienda social'!$C$30*'[Simulación vivienda interés social.xlsx]Esquema vivienda social'!$E$32*'[Simulación vivienda interés social.xlsx]Esquema vivienda social'!$E$33 |
G6,G21 | G6 | ='[Simulación vivienda interés social.xlsx]Esquema vivienda social'!$E$38 |
H6:Z6,H21:Z21 | H6 | =G6 |
E8,E23 | E8 | =XNPV(E7,G6:P6,G5:P5) |
E9,E24 | E9 | =NPV($E$7,G6:Z6) |
G9:Z9 | G9 | =G6/((1+$E$7)^(G4-1)) |
G12 | G12 | =E9 |
H12:Z12,H27:Z27 | H12 | =G15 |
G13:Z13 | G13 | =G12*((1+$E$7)-1) |
G14:Z14,G29:Z29 | G14 | =-G6 |
G15:Z15,G30:Z30 | G15 | =SUM(G12:G14) |
E22 | E22 | =E7 |
G27 | G27 | =E23 |
G28:Z28 | G28 | =FV($E$22,2,G27)-G27 |