C
cpfrangi
If a rate is say...$10 per month per unit; # Units is 100; Yearly Increase=8%
and Term of Contract is 5 Years...how do I put a formula in a query that
gives me the total revenue over the life of the contract. I did this in
Excel and the total revenue comes out to $70,399.21 over the 5-Year period.
I have to figure this out for about 200 properties...all with different
rates, units, percentages, and contract term.
This is the formula I used in Excel to come up with the $70,399.21
C16=Total Yrly Revenue ($10*100*12) D16=% Increase
=(C16*(1+D16)^4)+(C16*(1+D16)^3)+(C16*(1+D16)^2)+(C16*(1+D16)^1)+(C16*(1+D16)^0)
H E L P !!!! Thank you all....
and Term of Contract is 5 Years...how do I put a formula in a query that
gives me the total revenue over the life of the contract. I did this in
Excel and the total revenue comes out to $70,399.21 over the 5-Year period.
I have to figure this out for about 200 properties...all with different
rates, units, percentages, and contract term.
This is the formula I used in Excel to come up with the $70,399.21
C16=Total Yrly Revenue ($10*100*12) D16=% Increase
=(C16*(1+D16)^4)+(C16*(1+D16)^3)+(C16*(1+D16)^2)+(C16*(1+D16)^1)+(C16*(1+D16)^0)
H E L P !!!! Thank you all....