A
andrewmac
Having a crisis of confidence here. I need to calculate the average
life of a loan (ignoring interest payments) that has no amortization
until maturity. The loan is for 5 million and matures after 3 years.
So I have this on my spreadsheet:
A B
Year Outstanding Balance
1 1 5,000,000
2 2 5,000,000
3 3 5,000,000
I am using the formula =SUMPRODUCT(B1:B3,A1:A3)/SUM(B1:B3)
The formula is returning 2.00 but the answer must surely be 3 as there
are no amortizations.
Whjat is wrong with my formula.
Any help much appreciated.
Thanks
Andrew
life of a loan (ignoring interest payments) that has no amortization
until maturity. The loan is for 5 million and matures after 3 years.
So I have this on my spreadsheet:
A B
Year Outstanding Balance
1 1 5,000,000
2 2 5,000,000
3 3 5,000,000
I am using the formula =SUMPRODUCT(B1:B3,A1:A3)/SUM(B1:B3)
The formula is returning 2.00 but the answer must surely be 3 as there
are no amortizations.
Whjat is wrong with my formula.
Any help much appreciated.
Thanks
Andrew